From e5b6744f300553fe2591f73b59a88e8c6f5fa7e3 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 29 Oct 2023 20:43:53 +0100 Subject: [PATCH] [3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-111471) (cherry picked from commit 4d6bdf8aabcc92303041420a96750fbc52c9f213) Co-authored-by: Serhiy Storchaka --- Doc/library/test.rst | 10 ---------- 1 file changed, 10 deletions(-) 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. -- 2.47.3