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 vstinner
Recipients ezio.melotti, loewis, py.user, vstinner
Date 2012-02-18.03:26:19
SpamBayes Score 0.000992239
Marked as misclassified No
Message-id <1329535579.95.0.647903758346.issue14045@psf.upfronthosting.co.za>
In-reply-to
Content
The re module doesn't support non-BMP characters in Python 3.2 compiled in narrow mode (sys.maxunicode==65535). This issue is already fixed in Python 3.3 which doesn't have narrow or wide mode anymore thanks to the PEP 393!
History
Date User Action Args
2012-02-18 03:26:20vstinnersetrecipients: + vstinner, loewis, ezio.melotti, py.user
2012-02-18 03:26:19vstinnersetmessageid: <1329535579.95.0.647903758346.issue14045@psf.upfronthosting.co.za>
2012-02-18 03:26:19vstinnerlinkissue14045 messages
2012-02-18 03:26:19vstinnercreate