[3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-111471)

(cherry picked from commit 4d6bdf8aab)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-10-29 20:43:53 +01:00 committed by GitHub
parent 577c808cf9
commit e5b6744f30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -498,16 +498,6 @@ The :mod:`test.support` module defines the following functions:
rather than looking directly in the path directories. 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() .. function:: get_pagesize()
Get size of a page in bytes. Get size of a page in bytes.