string.replace
marlon
marlon at soda.CSUA.Berkeley.EDU
Thu Jul 22 17:48:16 EDT 1999
More information about the Python-list mailing list
Thu Jul 22 17:48:16 EDT 1999
- Previous message (by thread): string.replace
- Next message (by thread): string.replace
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
can anyone tell me why this breaks? Python 1.4 (Nov 4 1997) [GCC 2.7.2.3] Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >>> import sys, string >>> line = 'cat "in" the hat' >>> line = string.replace( line, '"', '') Traceback (innermost last): File "<stdin>", line 1, in ? AttributeError: replace >>> _
- Previous message (by thread): string.replace
- Next message (by thread): string.replace
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list