diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:29:18 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:29:18 (GMT) |
commit | 707e384a7a42a90fd39754e89638ddadef722030 (patch) | |
tree | 71a6d0f01de88802b5370dabfa3d1d90a3ee01f4 /Misc | |
parent | 82bd94e6510aed32d022267a56f398f926eb0907 (diff) | |
download | cpython-707e384a7a42a90fd39754e89638ddadef722030.zip cpython-707e384a7a42a90fd39754e89638ddadef722030.tar.gz cpython-707e384a7a42a90fd39754e89638ddadef722030.tar.bz2 |
Deprecate GLWS from IRIX for removal in 3.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ Extension Modules Library ------- -- The GET module from IRIX has been deprecate for removal in Python 3.0. +- The GLWS module from IRIX has been deprecated for removal in Python 3.0. + +- The GET module from IRIX has been deprecated for removal in Python 3.0. - The fm module from IRIX has been deprecated for removal in Python 3.0. |