Skip to content

Commit bc0e186

Browse files
committed
update NEWS entry
1 parent 3eaccab commit bc0e186

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:mod:`sqlite3`: fix crashes in :meth:`Connection.executemany <sqlite3.Connection.executemany>`
2-
and :meth:`Cursor.executemany <sqlite3.Cursor.executemany>` when iterating over
3-
the query's parameters closes the current connection. Patch by Bénédikt Tran.
2+
and :meth:`Cursor.executemany <sqlite3.Cursor.executemany>` when the current
3+
connection is concurrently closed. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)