Message295344
| 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:14 | serhiy.storchaka | set | recipients: + serhiy.storchaka, docs@python, mdartiailh |
| 2017-06-07 15:22:14 | serhiy.storchaka | set | messageid: <1496848934.86.0.0773547758796.issue30588@psf.upfronthosting.co.za> |
| 2017-06-07 15:22:14 | serhiy.storchaka | link | issue30588 messages |
| 2017-06-07 15:22:14 | serhiy.storchaka | create | |