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 eryksun
Recipients docs@python, dstufft, eric.araujo, eryksun, housetier
Date 2014-11-04.10:22:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415096520.34.0.246513872074.issue22792@psf.upfronthosting.co.za>
In-reply-to
Content
Follow the "String Methods" link at the top of the string module documentation. Or use this link:

https://docs.python.org/3.4/library/stdtypes.html#str.replace

See also help(str.replace) and help(str) in the interactive shell.
History
Date User Action Args
2014-11-04 10:22:00eryksunsetrecipients: + eryksun, eric.araujo, docs@python, dstufft, housetier
2014-11-04 10:22:00eryksunsetmessageid: <1415096520.34.0.246513872074.issue22792@psf.upfronthosting.co.za>
2014-11-04 10:22:00eryksunlinkissue22792 messages
2014-11-04 10:22:00eryksuncreate