X Tutup
Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Move NEWS item to Tests, and improve wording
  • Loading branch information
erlend-aasland committed Jul 20, 2022
commit 219ce674f0fbfa19c2eb911b74aef3857295e861
20 changes: 10 additions & 10 deletions Misc/NEWS.d/3.11.0a2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -702,16 +702,6 @@ details. Patch by Jochem Schulenklopper.

..

.. bpo: 10572
.. date: 2021-01-07-01-25-38
.. nonce: gEEZ9z
.. section: Library

Move :mod:`sqlite3` tests to ``/Lib/test/test_sqlite3``. Patch by Erlend E.
Aasland.

..

.. bpo: 41374
.. date: 2020-07-27-19-21-05
.. nonce: cd-kFL
Expand Down Expand Up @@ -956,6 +946,16 @@ use a stricter regular expression. Patch by Victor Stinner.

..

.. bpo: 10572
.. date: 2021-01-07-01-25-38
.. nonce: gEEZ9z
.. section: Tests

Rename :mod:`sqlite3` tests from ``test_sqlite`` to ``test_sqlite3``, and
relocate them to ``Lib/test/test_sqlite3``. Patch by Erlend E. Aasland.

..

.. bpo: 43158
.. date: 2021-11-01-12-51-46
.. nonce: fghS6w
Expand Down
X Tutup