]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-111165: Remove documentation for moved functions (GH-111467) (GH-111472)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Oct 2023 19:45:51 +0000 (21:45 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2023 19:45:51 +0000 (19:45 +0000)
(cherry picked from commit 4d6bdf8aabcc92303041420a96750fbc52c9f213)

Doc/library/test.rst

index a27e88fabe2939532d942efb367e3337a4284441..7fc2a7c8466f668bf2a0009bca7f2622ba62d46a 100644 (file)
@@ -489,16 +489,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:: setswitchinterval(interval)
 
    Set the :func:`sys.setswitchinterval` to the given *interval*.  Defines