diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-11 03:01:47 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-11 03:01:47 (GMT) |
commit | 2a869138645a38bea2517d00133158567a39caaf (patch) | |
tree | cdc57e48e8ee47317ba88da5e4c553b754b2ccac /Misc | |
parent | 79964cf64f8779a2eda9f7573388b1d086bda6eb (diff) | |
download | cpython-2a869138645a38bea2517d00133158567a39caaf.zip cpython-2a869138645a38bea2517d00133158567a39caaf.tar.gz cpython-2a869138645a38bea2517d00133158567a39caaf.tar.bz2 |
Deprecated the mhlib module for removal in 3.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Extension Modules Library ------- +- The mhlib module has been deprecated for removal in Python 3.0. + - The linuxaudiodev module has been deprecated for removal in Python 3.0. - The ihooks module has been deprecated for removal in Python 3.0. |