This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients alexlc, ezio.melotti
Date 2009-02-19.17:25:39
SpamBayes Score 0.040263318
Marked as misclassified No
Message-id <1235064341.5.0.0320525279436.issue5318@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug:
str.strip([chars])
 ... The chars argument is not a prefix or suffix; rather, all
combinations of its values are stripped: ...

http://docs.python.org/library/stdtypes.html#str.strip
History
Date User Action Args
2009-02-19 17:25:41ezio.melottisetrecipients: + ezio.melotti, alexlc
2009-02-19 17:25:41ezio.melottisetmessageid: <1235064341.5.0.0320525279436.issue5318@psf.upfronthosting.co.za>
2009-02-19 17:25:39ezio.melottilinkissue5318 messages
2009-02-19 17:25:39ezio.melotticreate