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 alexlc
Recipients alexlc, ezio.melotti
Date 2009-02-19.17:42:05
SpamBayes Score 5.6992067e-10
Marked as misclassified No
Message-id <100b92df0902190942m28ba0d20ke487bcb11a89279b@mail.gmail.com>
In-reply-to <1235064341.5.0.0320525279436.issue5318@psf.upfronthosting.co.za>
Content
Oh, thanks for letting me know and sorry for the trouble.
I should had read the docs more carefully. I have actually been using for a
long while the strip methods as I had described in the bug report. I was so
completely convinced about this that I didn't even thought about checking
again the docs.
I have to fix my code but I am happy nonetheless as I was kind of 'losing my
faith' in python after finding this.

Regards,
Alejandro

2009/2/19 Ezio Melotti <report@bugs.python.org>

>
> Ezio Melotti <ezio.melotti@gmail.com> added the comment:
>
> 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
>
> ----------
> nosy: +ezio.melotti
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue5318>
> _______________________________________
>
Files
File name Uploaded
unnamed alexlc, 2009-02-19.17:42:04
History
Date User Action Args
2009-02-19 17:42:08alexlcsetrecipients: + alexlc, ezio.melotti
2009-02-19 17:42:05alexlclinkissue5318 messages
2009-02-19 17:42:05alexlccreate