diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-12 03:47:47 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-12 03:47:47 (GMT) |
commit | bb141bb1f4ece144f681739279dba266f5e64a9d (patch) | |
tree | 1be831a831b6ca92ff8febf3a761e75227d75b8d /Misc | |
parent | ac861b5a172a389f7d062fee6d88ded17e458b2e (diff) | |
download | cpython-bb141bb1f4ece144f681739279dba266f5e64a9d.zip cpython-bb141bb1f4ece144f681739279dba266f5e64a9d.tar.gz cpython-bb141bb1f4ece144f681739279dba266f5e64a9d.tar.bz2 |
Deprecate the timing module for removal in Python 3.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ Extension Modules Library ------- +- The timing module has been deprecated for removal in Python 3.0. + - The sv module has been deprecated for removal in Python 3.0. - The multifile module has been deprecated as per PEP 4. |