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 lemburg
Recipients ezio.melotti, lemburg, methane, serhiy.storchaka, vstinner
Date 2019-03-15.17:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <f5d255c2-531f-be6c-76c5-108062fa9425@egenix.com>
In-reply-to <1552668922.9.0.186228022586.issue36297@roundup.psfhosted.org>
Content
On 15.03.2019 17:55, Serhiy Storchaka wrote:
> Is it for debugging only?

No, you can use it to store Unicode object as-is without any
encoding/decoding, but after the recent changes to the internals
of the Unicode implementation it's not all that useful anymore,
since we now have per object state which is not reflected by the
codec.
History
Date User Action Args
2019-03-15 17:05:40lemburgsetrecipients: + lemburg, vstinner, ezio.melotti, methane, serhiy.storchaka
2019-03-15 17:05:40lemburglinkissue36297 messages
2019-03-15 17:05:39lemburgcreate