diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-09 05:25:37 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-09 05:25:37 (GMT) |
commit | 3c759144340dc8f7548d5f62e0d195ed8e689a12 (patch) | |
tree | d9d064741efbad613f62b43316ef70f6f8330534 /Doc | |
parent | d7265d64831f870f46b7c61244b2c86dc803f292 (diff) | |
download | cpython-3c759144340dc8f7548d5f62e0d195ed8e689a12.zip cpython-3c759144340dc8f7548d5f62e0d195ed8e689a12.tar.gz cpython-3c759144340dc8f7548d5f62e0d195ed8e689a12.tar.bz2 |
Deprecate test.testall for removal in 3.0.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 1f365d5..5f509aa 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -316,7 +316,7 @@ The :class:`PyZipFile` constructor takes the same parameters as the string.pyc # Top level name test/__init__.pyc # Package directory - test/testall.pyc # Module test.testall + test/test_support.pyc # Module test.test_support test/bogus/__init__.pyc # Subpackage directory test/bogus/myfile.pyc # Submodule test.bogus.myfile |