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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ Extension Modules Library ------- +- The test.testall module has been deprecated for removal in Python 3.0. + - The new module has been deprecated for removal in Python 3.0. - The user module has been deprecated for removal in Python 3.0. |