summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-26 21:33:34 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-06-26 21:33:34 (GMT)
commit7722769b768c249dc0ae3c69cb271adc71d54156 (patch)
treed125ddb7381beb9cdfdddb21f8fca8327f539162 /Misc
parentc59a49dddaf9394c078bae1895a03e202bf1f1da (diff)
parent297d104248ac78b7fdd520f904386a7536a11140 (diff)
downloadcpython-7722769b768c249dc0ae3c69cb271adc71d54156.zip
cpython-7722769b768c249dc0ae3c69cb271adc71d54156.tar.gz
cpython-7722769b768c249dc0ae3c69cb271adc71d54156.tar.bz2
(Merge 3.4) Issue #21858: Better handling of Python exceptions in the sqlite3
module.
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 880362f..ae99bec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,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.