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 v+python
Recipients SilentGhost, Stéphane Henriot, ericvw, georg.brandl, martin.panter, r.david.murray, rhettinger, serhiy.storchaka, v+python, vstinner
Date 2020-04-02.05:39:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585805960.92.0.30532942323.issue28029@roundup.psfhosted.org>
In-reply-to
Content
Nope:

I guess for   x.replace( a, b, c )  the workaround would be

x.replace( a, b, c ) if x else x.replace( a, b )
History
Date User Action Args
2020-04-02 05:39:20v+pythonsetrecipients: + v+python, georg.brandl, rhettinger, vstinner, ericvw, r.david.murray, SilentGhost, martin.panter, serhiy.storchaka, Stéphane Henriot
2020-04-02 05:39:20v+pythonsetmessageid: <1585805960.92.0.30532942323.issue28029@roundup.psfhosted.org>
2020-04-02 05:39:20v+pythonlinkissue28029 messages
2020-04-02 05:39:20v+pythoncreate