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 serhiy.storchaka
Recipients bobbyocean, danieljewell, r.david.murray, remi.lapeyre, serhiy.storchaka, skip.montanaro
Date 2021-10-07.19:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633633328.93.0.972099722043.issue27580@roundup.psfhosted.org>
In-reply-to
Content
It looks to me that rejecting the null character is just an implementation artifact. 0 is used both as signalling value for "not set" character parameter and as the end-of-line character in the state automata. We can use different values outside of the range of Unicode characters (0-0x10ffff). It will automatically enable support of null characters.
History
Date User Action Args
2021-10-07 19:02:08serhiy.storchakasetrecipients: + serhiy.storchaka, skip.montanaro, r.david.murray, bobbyocean, remi.lapeyre, danieljewell
2021-10-07 19:02:08serhiy.storchakasetmessageid: <1633633328.93.0.972099722043.issue27580@roundup.psfhosted.org>
2021-10-07 19:02:08serhiy.storchakalinkissue27580 messages
2021-10-07 19:02:08serhiy.storchakacreate