[3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) by serhiy-storchaka · Pull Request #11022 · python/cpython

@serhiy-storchaka

…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>

@bedevere-bot mentioned this pull request

Dec 7, 2018

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>