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 serhiy.storchaka
Recipients SilentGhost, Stéphane Henriot, ericvw, georg.brandl, martin.panter, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2019-10-30.10:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572429836.78.0.861892648995.issue28029@roundup.psfhosted.org>
In-reply-to
Content
New changeset 865c3b257fe38154a4320c7ee6afb416f665b9c2 by Serhiy Storchaka in branch 'master':
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
https://github.com/python/cpython/commit/865c3b257fe38154a4320c7ee6afb416f665b9c2
History
Date User Action Args
2019-10-30 10:03:56serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, rhettinger, vstinner, ericvw, r.david.murray, SilentGhost, martin.panter, Stéphane Henriot
2019-10-30 10:03:56serhiy.storchakasetmessageid: <1572429836.78.0.861892648995.issue28029@roundup.psfhosted.org>
2019-10-30 10:03:56serhiy.storchakalinkissue28029 messages
2019-10-30 10:03:56serhiy.storchakacreate