mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Deprecated the mhlib module for removal in 3.0.
This commit is contained in:
parent
79964cf64f
commit
2a86913864
6 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue