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 Stéphane Henriot
Recipients Stéphane Henriot
Date 2016-09-08.20:43:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473367405.86.0.335192514121.issue28029@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, here is the behavior in PyPy 2.2.1

>>>> "".replace("", "prefix", 1)
'prefix'
>>>> "".replace("", "prefix")
'prefix'
History
Date User Action Args
2016-09-08 20:43:25Stéphane Henriotsetrecipients: + Stéphane Henriot
2016-09-08 20:43:25Stéphane Henriotsetmessageid: <1473367405.86.0.335192514121.issue28029@psf.upfronthosting.co.za>
2016-09-08 20:43:25Stéphane Henriotlinkissue28029 messages
2016-09-08 20:43:25Stéphane Henriotcreate