summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:09:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:09:20 (GMT)
commitc904e87c1317973440001f9afc4e0febfc344a4a (patch)
tree12341224ec5580c631568ad20e2f180c9bd2df19 /Misc
parent9e7fbde67f55e8e5c21bc41568c7fe13e72b44bc (diff)
parent52005c2e13f32cfa3b6675997f2ef30adf0606a5 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c6c12d..1c4a4b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.