diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 04:15:25 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 04:15:25 (GMT) |
commit | f56b6aeb06b220ed78b951e7b5cec128db15444a (patch) | |
tree | c7faba6584ac30eadb1f3977e358945aa9b7e1e5 /Misc/NEWS | |
parent | 518c5da219ece87e0ad30af1fb110db0f1dc5dfd (diff) | |
download | cpython-f56b6aeb06b220ed78b951e7b5cec128db15444a.zip cpython-f56b6aeb06b220ed78b951e7b5cec128db15444a.tar.gz cpython-f56b6aeb06b220ed78b951e7b5cec128db15444a.tar.bz2 |
Deprecated torgb for removal in 3.0.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Extension Modules Library ------- +- The torgb module from IRIX has been deprecated for removal in Python 3.0. + - The SV module from IRIX has been deprecated for removal in Python 3.0. - The readcd module from IRIX has been deprecated for removal in Python 3.0. |