]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document the fact that the 'test' package is meant only for use by Python
authorBrett Cannon <bcannon@gmail.com>
Fri, 23 Jul 2010 11:31:31 +0000 (11:31 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 23 Jul 2010 11:31:31 +0000 (11:31 +0000)
commit3a4e50cb7e4646b046f98e67f749cdcfecf7d75a
tree8acc6f0bd94fe4a450ce5b922ea34542f457b306
parent102d11a6d6f972c5d9071f0c9a13204040ec39c8
Document the fact that the 'test' package is meant only for use by Python
itself and not by others.

Closes issue 9255.
Doc/library/test.rst
Misc/NEWS