summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-18 13:10:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-18 13:10:40 (GMT)
commitc0937f79ec12fb46938416004fd1fd002ae75a12 (patch)
tree388599c3c5ebed30075666b789503ea845b20cda /Misc
parentf4e6030542eaf684a384f27a741d877c05b17b33 (diff)
parentca7fecb0389466ef1b995e69c92ea076d4c52498 (diff)
downloadcpython-c0937f79ec12fb46938416004fd1fd002ae75a12.zip
cpython-c0937f79ec12fb46938416004fd1fd002ae75a12.tar.gz
cpython-c0937f79ec12fb46938416004fd1fd002ae75a12.tar.bz2
Issue #24102: Fixed exception type checking in standard error handlers.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b51a9f2..141d2e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: 2015-05-24
Core and Builtins
-----------------
+- Issue #24102: Fixed exception type checking in standard error handlers.
+
- Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
- Issue #23290: Optimize set_merge() for cases where the target is empty.