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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, ezio.melotti, lemburg
Date 2010-07-09.17:13:06
SpamBayes Score 0.006035107
Marked as misclassified No
Message-id <1278695590.49.0.814983665294.issue9200@psf.upfronthosting.co.za>
In-reply-to
Content
A "proof of concept" patch, which shows the macros used to walk a unicode string and uses them in unicode_repr() (should not change behaviour) and in unicode_isprintable() (should fix the issue).

Other functions should be changed the same way, of course.
History
Date User Action Args
2010-07-09 17:13:10amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, Rhamphoryncus, ezio.melotti
2010-07-09 17:13:10amaury.forgeotdarcsetmessageid: <1278695590.49.0.814983665294.issue9200@psf.upfronthosting.co.za>
2010-07-09 17:13:08amaury.forgeotdarclinkissue9200 messages
2010-07-09 17:13:07amaury.forgeotdarccreate