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 docs@python, mdartiailh, serhiy.storchaka
Date 2017-06-07.15:22:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496848934.86.0.0773547758796.issue30588@psf.upfronthosting.co.za>
In-reply-to
Content
This is an internal function kept for compatibility. It is used only for decoding pickle protocol 0 data created in Python 2. Look at unicode_escape and raw_unicode_escape codecs for doing similar decoding to strings in Python 3.
History
Date User Action Args
2017-06-07 15:22:14serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, mdartiailh
2017-06-07 15:22:14serhiy.storchakasetmessageid: <1496848934.86.0.0773547758796.issue30588@psf.upfronthosting.co.za>
2017-06-07 15:22:14serhiy.storchakalinkissue30588 messages
2017-06-07 15:22:14serhiy.storchakacreate