diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:09:20 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:09:20 (GMT) |
commit | c904e87c1317973440001f9afc4e0febfc344a4a (patch) | |
tree | 12341224ec5580c631568ad20e2f180c9bd2df19 /Misc | |
parent | 9e7fbde67f55e8e5c21bc41568c7fe13e72b44bc (diff) | |
parent | 52005c2e13f32cfa3b6675997f2ef30adf0606a5 (diff) | |
download | cpython-c904e87c1317973440001f9afc4e0febfc344a4a.zip cpython-c904e87c1317973440001f9afc4e0febfc344a4a.tar.gz cpython-c904e87c1317973440001f9afc4e0febfc344a4a.tar.bz2 |
Issue #22423: Unhandled exception in thread no longer causes unhandled
AttributeError when sys.stderr is None.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ Core and Builtins Library ------- +- Issue #22423: Unhandled exception in thread no longer causes unhandled + AttributeError when sys.stderr is None. + - Issue #21091: Fix API bug: email.message.EmailMessage.is_attachment is now a method. |