bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. by serhiy-storchaka · Pull Request #11017 · python/cpython

added 13 commits

March 23, 2017 23:37
…Python 2.

errors='surrogateescape' should be used for successful decoding.

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Dec 7, 2018
…ed by Python 2. (pythonGH-11017)

encoding='latin1' should be used for successful decoding..
(cherry picked from commit 8452ca1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 7, 2018
…ed by Python 2. (pythonGH-11017) (pythonGH-11022)

encoding='latin1' should be used for successful decoding.
(cherry picked from commit 8452ca1)
(cherry picked from commit 0d5730e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>