diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-06-26 21:33:34 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-06-26 21:33:34 (GMT) |
commit | 7722769b768c249dc0ae3c69cb271adc71d54156 (patch) | |
tree | d125ddb7381beb9cdfdddb21f8fca8327f539162 /Misc | |
parent | c59a49dddaf9394c078bae1895a03e202bf1f1da (diff) | |
parent | 297d104248ac78b7fdd520f904386a7536a11140 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |