diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-18 13:08:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-18 13:08:52 (GMT) |
commit | ca7fecb0389466ef1b995e69c92ea076d4c52498 (patch) | |
tree | 87e5a67d26512ef1936ed765b14fd3e42d2ec75d /Misc/NEWS | |
parent | 0a29e898cd9f8ca49008baba8e739422fd9276a8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |