diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:44:00 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:44:00 (GMT) |
commit | 89f5d9cc81f0963f4ae72cc5db6ad73bdce04305 (patch) | |
tree | 750759cbb718fe8a5cf8c979b30e11b38576be2f /Misc/NEWS | |
parent | d8c41ecc1770d6661273a56cf77c177fb6291b30 (diff) | |
download | cpython-89f5d9cc81f0963f4ae72cc5db6ad73bdce04305.zip cpython-89f5d9cc81f0963f4ae72cc5db6ad73bdce04305.tar.gz cpython-89f5d9cc81f0963f4ae72cc5db6ad73bdce04305.tar.bz2 |
Deprecate jpeg for IRIX 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 jpeg module from IRIX has been deprecated for removal in Python 3.0. + - The IOCTL module from IRIX has been deprecated for removal in Python 3.0. - The IN module from IRIX has been deprecated for removal in Python 3.0. |