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 ezio.melotti
Recipients Arfrever, Rhamphoryncus, amaury.forgeotdarc, belopolsky, ezio.melotti, lemburg, tchrist
Date 2011-08-18.13:49:51
SpamBayes Score 0.00010550774
Marked as misclassified No
Message-id <1313675393.1.0.787833126343.issue9200@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes all the str.is* methods and makes them work on narrow builds with non-BMP chars.  It also includes the _Py_UNICODE_NEXT macro proposed in #10542.
History
Date User Action Args
2011-08-18 13:49:53ezio.melottisetrecipients: + ezio.melotti, lemburg, amaury.forgeotdarc, belopolsky, Rhamphoryncus, Arfrever, tchrist
2011-08-18 13:49:53ezio.melottisetmessageid: <1313675393.1.0.787833126343.issue9200@psf.upfronthosting.co.za>
2011-08-18 13:49:52ezio.melottilinkissue9200 messages
2011-08-18 13:49:52ezio.melotticreate