diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-18 21:30:21 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-18 21:30:21 (GMT) |
commit | 1b468af7be7a2f0af7730c64402a38cc11413f51 (patch) | |
tree | 146fd6815882724b323d4cda36541ebc3c6292e7 /Misc | |
parent | 55f217f22d41630543d64def03324b2eeaedbd8d (diff) | |
download | cpython-1b468af7be7a2f0af7730c64402a38cc11413f51.zip cpython-1b468af7be7a2f0af7730c64402a38cc11413f51.tar.gz cpython-1b468af7be7a2f0af7730c64402a38cc11413f51.tar.bz2 |
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -103,6 +103,9 @@ Core and Builtins Library ------- +- Issue #13722: Avoid silencing ImportErrors when initializing the codecs + registry. + - Issue #13781: Fix GzipFile bug that caused an exception to be raised when opening for writing using a fileobj returned by os.fdopen(). |