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 /Doc | |
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 'Doc')
-rw-r--r-- | Doc/library/mhlib.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/mhlib.rst b/Doc/library/mhlib.rst index f6edf28..2a6a2db 100644 --- a/Doc/library/mhlib.rst +++ b/Doc/library/mhlib.rst @@ -3,6 +3,12 @@ .. module:: mhlib :synopsis: Manipulate MH mailboxes from Python. + :deprecated: + +.. deprecated:: 2.6 + The :mod:`mhlib` module has been removed in Python 3.0. Use the + :mod:`mailbox` instead. + .. sectionauthor:: Skip Montanaro <skip@pobox.com> The :mod:`mhlib` module provides a Python interface to MH folders and their |