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 loewis
Recipients ajaksu2, amaury.forgeotdarc, effbot, gvanrossum, lemburg, loewis
Date 2008-09-11.06:05:22
SpamBayes Score 9.162214e-05
Marked as misclassified No
Message-id <48C8B520.30203@v.loewis.de>
In-reply-to <ca471dc20809101808o78aef7b2l4be4c1bb3aec5d16@mail.gmail.com>
Content
> The control characters?

Indeed, also the private-use characters. test_unicode explicitly
comments that the test is about unassigned characters, although
I don't understand the purpose of that test (it then also tests
a surrogate character, which is also guaranteed to remain
unprintable).

One of the characters that is guaranteed to remain unassigned is
U+FFFE (and its mirrors in other planes, e.g. U+1FFFE, ...).
This guarantee is made to support the BOM. Along with U+FFFF,
these are non-characters. #765036 once suggested that Python should
refuse to represent them at all, but that proposal was rejected.
History
Date User Action Args
2008-09-11 06:05:23loewissetrecipients: + loewis, lemburg, gvanrossum, effbot, amaury.forgeotdarc, ajaksu2
2008-09-11 06:05:22loewislinkissue3811 messages
2008-09-11 06:05:22loewiscreate