diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-06-26 21:32:00 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-06-26 21:32:00 (GMT) |
commit | 297d104248ac78b7fdd520f904386a7536a11140 (patch) | |
tree | 28066dbbf367de8757eaced9af7bd39e80f9345d /Misc/NEWS | |
parent | 7180c793c4a4da364260b848ac92f7841561d26a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |