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 dmajnemer
Recipients dmajnemer
Date 2009-03-04.10:52:08
SpamBayes Score 0.0014532523
Marked as misclassified No
Message-id <1236163931.77.0.818123555808.issue5416@psf.upfronthosting.co.za>
In-reply-to
Content
str.replace("", "", "asdf", -1) returns "asdf", I believe this is not
correct and strictly speaking not up to the documentation posted. I am
of the opinion that it should function like str.replace("", "", "asdf",
0) which returns ""
History
Date User Action Args
2009-03-04 10:52:11dmajnemersetrecipients: + dmajnemer
2009-03-04 10:52:11dmajnemersetmessageid: <1236163931.77.0.818123555808.issue5416@psf.upfronthosting.co.za>
2009-03-04 10:52:10dmajnemerlinkissue5416 messages
2009-03-04 10:52:09dmajnemercreate