]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-111471)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Oct 2023 19:43:53 +0000 (20:43 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2023 19:43:53 +0000 (19:43 +0000)
(cherry picked from commit 4d6bdf8aabcc92303041420a96750fbc52c9f213)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/test.rst

index 6e962881f29c498514b74e5c3471f2a64a86e699..7a8d38685b984cd5a6e7b4b3323d8c69e52d7c61 100644 (file)
@@ -498,16 +498,6 @@ The :mod:`test.support` module defines the following functions:
    rather than looking directly in the path directories.
 
 
-.. function:: match_test(test)
-
-   Determine whether *test* matches the patterns set in :func:`set_match_tests`.
-
-
-.. function:: set_match_tests(accept_patterns=None, ignore_patterns=None)
-
-   Define match patterns on test filenames and test method names for filtering tests.
-
-
 .. function:: get_pagesize()
 
    Get size of a page in bytes.