commit | 0d5730e6437b157f4aeaf5d2e67abca23448c29a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Dec 07 14:56:02 2018 +0200 |
committer | GitHub <noreply@github.com> | Fri Dec 07 14:56:02 2018 +0200 |
tree | 42a1f8633486dbbe36131f7ea522c72b69438426 | |
parent | 602d307ac5e8a2da38a193dca3bdfef5994dfe67 [diff] |
[3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) encoding='latin1' should be used for successful decoding. (cherry picked from commit 8452ca15f41061c8a6297d7956df22ab476d4df4)