diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-09-23 12:45:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 12:45:47 (GMT) |
commit | fcdb027234566c4d506d6d753c7d5638490fb088 (patch) | |
tree | f2de660712a5fb27687ffbc804e63bc3c445d961 /Misc | |
parent | b4d0b39a9b4cd203bcc5b236dc96456e9658119a (diff) | |
download | cpython-fcdb027234566c4d506d6d753c7d5638490fb088.zip cpython-fcdb027234566c4d506d6d753c7d5638490fb088.tar.gz cpython-fcdb027234566c4d506d6d753c7d5638490fb088.tar.bz2 |
bpo-38236: Dump path config at first import error (GH-16300)
Python now dumps path configuration if it fails to import the Python
codecs of the filesystem and stdio encodings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-09-20-19-06-23.bpo-38236.eQ0Tmj.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-09-20-19-06-23.bpo-38236.eQ0Tmj.rst b/Misc/NEWS.d/next/Core and Builtins/2019-09-20-19-06-23.bpo-38236.eQ0Tmj.rst new file mode 100644 index 0000000..5c77292 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-09-20-19-06-23.bpo-38236.eQ0Tmj.rst @@ -0,0 +1,2 @@ +Python now dumps path configuration if it fails to import the Python codecs +of the filesystem and stdio encodings. |