diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-01 19:18:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-01 19:18:03 (GMT) |
commit | 2891492d2357253fd832485023c78e593660319d (patch) | |
tree | 1616614be0767954f930b724fa580ebbcd88afb4 /Misc/NEWS | |
parent | 00b1e0f7ea1523813e3d407bfdefdf55592566af (diff) | |
download | cpython-2891492d2357253fd832485023c78e593660319d.zip cpython-2891492d2357253fd832485023c78e593660319d.tar.gz cpython-2891492d2357253fd832485023c78e593660319d.tar.bz2 |
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Based on patch by Xiang Zhang.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ Core and Builtins Library ------- +- Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. + Based on patch by Xiang Zhang. + - Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory creates not a cursor. Patch by Xiang Zhang. |