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 pitrou
Recipients dmalcolm, pitrou
Date 2010-07-08.19:01:59
SpamBayes Score 0.003806692
Marked as misclassified No
Message-id <1278615720.49.0.0357897658458.issue9188@psf.upfronthosting.co.za>
In-reply-to
Content
The patch works ok on 2.7 but fails to apply on 3.2. Can you provide a 3.2 patch as well?
Also, instead of `sys.maxunicode == 0x10ffff`, it would be better to use something more future-proof such as `sys.maxunicode >= 0x10000`.
History
Date User Action Args
2010-07-08 19:02:00pitrousetrecipients: + pitrou, dmalcolm
2010-07-08 19:02:00pitrousetmessageid: <1278615720.49.0.0357897658458.issue9188@psf.upfronthosting.co.za>
2010-07-08 19:01:59pitroulinkissue9188 messages
2010-07-08 19:01:59pitroucreate