Skip to content

Commit c8c7f3e

Browse files
[3.11] pythongh-29304: Mention sqlite3 test relocation in What's New
1 parent 16cb8ca commit c8c7f3e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/whatsnew/3.11.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,10 @@ sqlite3
673673
:class:`sqlite3.Blob` allows incremental I/O operations on blobs.
674674
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`)
675675

676+
* Rename ``sqlite3`` tests from ``test_sqlite`` to ``test_sqlite3``,
677+
and relocate them to ``Lib/test/test_sqlite3``.
678+
(Contributed by Erlend E. Aasland in gh:`29304`)
679+
676680

677681
sys
678682
---

0 commit comments

Comments
 (0)