From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 29 Oct 2023 19:43:53 +0000 (+0100) Subject: [3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-111471) X-Git-Tag: v3.12.1~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5b6744f300553fe2591f73b59a88e8c6f5fa7e3;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-111471) (cherry picked from commit 4d6bdf8aabcc92303041420a96750fbc52c9f213) Co-authored-by: Serhiy Storchaka --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 6e962881f29c..7a8d38685b98 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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.