commit | 38ab7d4721b422547f7b46b9d68968863fa70573 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri May 31 11:29:39 2019 +0300 |
committer | GitHub <noreply@github.com> | Fri May 31 11:29:39 2019 +0300 |
tree | aac2c1543f721338b6cf665e9d289ccad43a8af6 | |
parent | ba0430211f5101c9d748d72b03926ca79c5252a8 [diff] |
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859) Escape ``\r``, ``\0`` and ``\x1a`` (end-of-file on Windows) in Unicode strings.