Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c14968f

Browse files
committed
Blocked revisions 83072 via svnmerge
........ r83072 | brett.cannon | 2010-07-23 12:31:31 +0100 (Fri, 23 Jul 2010) | 5 lines Document the fact that the 'test' package is meant only for use by Python itself and not by others. Closes issue 9255. ........
1 parent 8759774 commit c14968f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Doc/library/test.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
:synopsis: Regression tests package containing the testing suite for Python.
66
.. sectionauthor:: Brett Cannon <[email protected]>
77

8+
.. note::
9+
The :mod:`test` package is meant for internal use by Python only. It is
10+
documented for the benefit of the core developers of Python. Any use of
11+
this package outside of Python's standard library is discouraged as code
12+
mentioned here can change or be removed without notice between releases of
13+
Python.
14+
815

916
The :mod:`test` package contains all regression tests for Python as well as the
1017
modules :mod:`test.support` and :mod:`test.regrtest`.

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ Tests
369369
Documentation
370370
-------------
371371

372+
- Issue 9255: Document that the 'test' package is meant for interal Python use
373+
only.
374+
372375
- Issue #7829: Document in dis that bytecode is an implementation detail.
373376

374377

0 commit comments

Comments
 (0)