summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-26 21:32:00 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-06-26 21:32:00 (GMT)
commit297d104248ac78b7fdd520f904386a7536a11140 (patch)
tree28066dbbf367de8757eaced9af7bd39e80f9345d /Misc/NEWS
parent7180c793c4a4da364260b848ac92f7841561d26a (diff)
downloadcpython-297d104248ac78b7fdd520f904386a7536a11140.zip
cpython-297d104248ac78b7fdd520f904386a7536a11140.tar.gz
cpython-297d104248ac78b7fdd520f904386a7536a11140.tar.bz2
Issue #21858: Better handling of Python exceptions in the sqlite3 module.
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 b5a5fa6..ce32b8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
Library
-------
+- Issue #21858: Better handling of Python exceptions in the sqlite3 module.
+
- Issue #21476: Make sure the email.parser.BytesParser TextIOWrapper is
discarded after parsing, so the input file isn't unexpectedly closed.