summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-18 13:08:52 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-18 13:08:52 (GMT)
commitca7fecb0389466ef1b995e69c92ea076d4c52498 (patch)
tree87e5a67d26512ef1936ed765b14fd3e42d2ec75d /Misc/NEWS
parent0a29e898cd9f8ca49008baba8e739422fd9276a8 (diff)
downloadcpython-ca7fecb0389466ef1b995e69c92ea076d4c52498.zip
cpython-ca7fecb0389466ef1b995e69c92ea076d4c52498.tar.gz
cpython-ca7fecb0389466ef1b995e69c92ea076d4c52498.tar.bz2
Issue #24102: Fixed exception type checking in standard error handlers.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed646ad..a41bef0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #24102: Fixed exception type checking in standard error handlers.
+
- Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
METH_VARARGS methods on _sqlite.Connection.