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 mrabarnett
Recipients akitada, akuchling, amaury.forgeotdarc, collinwinter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-02-11.02:16:54
SpamBayes Score 2.8051622e-06
Marked as misclassified No
Message-id <1265854616.82.0.0561793192784.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
I've been aware for some time that exception messages in Python 2 can't be Unicode, but I wasn't sure which encoding to use, so I've decided to use that of sys.stdout.

It appears to work OK in IDLE and at the Python prompt.

issue2636-20100211.zip is the new version of the regex module.
History
Date User Action Args
2010-02-11 02:16:56mrabarnettsetrecipients: + mrabarnett, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray
2010-02-11 02:16:56mrabarnettsetmessageid: <1265854616.82.0.0561793192784.issue2636@psf.upfronthosting.co.za>
2010-02-11 02:16:55mrabarnettlinkissue2636 messages
2010-02-11 02:16:55mrabarnettcreate