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 r.david.murray
Recipients docs@python, dstufft, eric.araujo, eryksun, georg.brandl, housetier, r.david.murray
Date 2014-11-04.15:57:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415116657.88.0.820858911135.issue22792@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify for the OP: in python3 the 'string' module does not contain a replace function, whereas in 2.7 it did.  'replace' is only a method on str in python3, whereas in 2.7 it is both an str method and a function in the string module.
History
Date User Action Args
2014-11-04 15:57:37r.david.murraysetrecipients: + r.david.murray, georg.brandl, eric.araujo, docs@python, eryksun, dstufft, housetier
2014-11-04 15:57:37r.david.murraysetmessageid: <1415116657.88.0.820858911135.issue22792@psf.upfronthosting.co.za>
2014-11-04 15:57:37r.david.murraylinkissue22792 messages
2014-11-04 15:57:37r.david.murraycreate