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 vajrasky
Recipients barry, r.david.murray, vajrasky
Date 2013-11-27.08:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385541472.24.0.731890929066.issue19772@psf.upfronthosting.co.za>
In-reply-to
Content
I come out with two patches.

The first patch using bytes generator to copy the message before mutating it in string generator, then restore it after printing the mutated message.
History
Date User Action Args
2013-11-27 08:37:52vajraskysetrecipients: + vajrasky, barry, r.david.murray
2013-11-27 08:37:52vajraskysetmessageid: <1385541472.24.0.731890929066.issue19772@psf.upfronthosting.co.za>
2013-11-27 08:37:52vajraskylinkissue19772 messages
2013-11-27 08:37:52vajraskycreate