diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-08-29 11:29:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-08-29 11:29:55 (GMT) |
commit | ef113cd4cc2c16fa0ce59e325ee587698d62e1ae (patch) | |
tree | 0bbd4523aae926a7495471502c4a10a2590aeb9a /Misc | |
parent | 5de141f157ab372f5dd5b28c17442e41e15101af (diff) | |
download | cpython-ef113cd4cc2c16fa0ce59e325ee587698d62e1ae.zip cpython-ef113cd4cc2c16fa0ce59e325ee587698d62e1ae.tar.gz cpython-ef113cd4cc2c16fa0ce59e325ee587698d62e1ae.tar.bz2 |
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
creates not a cursor. Patch by Xiang Zhang.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ Core and Builtins Library ------- +- Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory + creates not a cursor. Patch by Xiang Zhang. + - Issue #19884: Avoid spurious output on OS X with Gnu Readline. - Issue #10513: Fix a regression in Connection.commit(). Statements should |