diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-20 19:33:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 19:33:38 (GMT) |
commit | 6515738c0e6b2ff3ed5ce40fb0d61632648efbe3 (patch) | |
tree | a670e04f2d052b7e3ca78d4c3384430b568e3a81 | |
parent | 2ac10964239f1677b0da5fc40794da1f40c779c2 (diff) | |
download | cpython-6515738c0e6b2ff3ed5ce40fb0d61632648efbe3.zip cpython-6515738c0e6b2ff3ed5ce40fb0d61632648efbe3.tar.gz cpython-6515738c0e6b2ff3ed5ce40fb0d61632648efbe3.tar.bz2 |
gh-54781: Move NEWS item to Tests, and improve wording (GH-95063)
(cherry picked from commit 8ede67cdcf36d5f6988cb935a6f85a1e14196f78)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
-rw-r--r-- | Misc/NEWS.d/3.11.0a2.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Misc/NEWS.d/3.11.0a2.rst b/Misc/NEWS.d/3.11.0a2.rst index 1f742a2..8ae8847 100644 --- a/Misc/NEWS.d/3.11.0a2.rst +++ b/Misc/NEWS.d/3.11.0a2.rst @@ -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 @@ -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 |