diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-01 19:21:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-01 19:21:05 (GMT) |
commit | af0628e045c024fec27432afd1f20c0d08095197 (patch) | |
tree | 67ca762679d23287ed5eb05db2af9e90f2f7749a /Misc | |
parent | 5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223 (diff) | |
parent | 2891492d2357253fd832485023c78e593660319d (diff) | |
download | cpython-af0628e045c024fec27432afd1f20c0d08095197.zip cpython-af0628e045c024fec27432afd1f20c0d08095197.tar.gz cpython-af0628e045c024fec27432afd1f20c0d08095197.tar.bz2 |
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Based on patch by Xiang Zhang.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ Library - Issue #27842: The csv.DictReader now returns rows of type OrderedDict. (Contributed by Steve Holden.) +- 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. |