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 amaury.forgeotdarc
Date 2008-07-04.09:02:00
SpamBayes Score 0.0029941201
Marked as misclassified No
Message-id <1215162124.14.0.169970018317.issue3280@psf.upfronthosting.co.za>
In-reply-to
Content
Since python3.0, chr(0x2f81a) works even on narrow Unicode builds, but 
>>> "%c" % 0x2f81a
OverflowError: %c arg not in range(0x10000) (narrow Python build)

Likewise, Py_BuildValue("C") should accept codes outside the BMP.
History
Date User Action Args
2008-07-04 09:02:04amaury.forgeotdarcsetspambayes_score: 0.00299412 -> 0.0029941201
recipients: + amaury.forgeotdarc
2008-07-04 09:02:04amaury.forgeotdarcsetspambayes_score: 0.00299412 -> 0.00299412
messageid: <1215162124.14.0.169970018317.issue3280@psf.upfronthosting.co.za>
2008-07-04 09:02:02amaury.forgeotdarclinkissue3280 messages
2008-07-04 09:02:01amaury.forgeotdarccreate