Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-54781: Mention sqlite3 test relocation in What's New #95059

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,11 @@ sqlite3

* Add :meth:`~sqlite3.Connection.blobopen` to :class:`sqlite3.Connection`.
:class:`sqlite3.Blob` allows incremental I/O operations on blobs.
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`)
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`.)

* Rename ``sqlite3`` tests from ``test_sqlite`` to ``test_sqlite3``,
and relocate them to ``Lib/test/test_sqlite3``.
(Contributed by Erlend E. Aasland in :gh:`54781`.)


sys
Expand Down