gh-111165: Remove documentation for moved functions (GH-111467)

This commit is contained in:
Serhiy Storchaka 2023-10-29 21:34:22 +02:00 committed by GitHub
parent 46389c3275
commit 4d6bdf8aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View 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.