rest25/library/mhlib.rst => rest262/library/mhlib.rst
n1- 
2:mod:`mhlib` --- Access to MH mailboxes
3=======================================
4
5.. module:: mhlib
6   :synopsis: Manipulate MH mailboxes from Python.
n6+   :deprecated:
7
n8+.. deprecated:: 2.6
9+    The :mod:`mhlib` module has been removed in Python 3.0. Use the
10+    :mod:`mailbox` instead.
8
t9-.. % LaTeX'ized from the comments in the module by Skip Montanaro
t12+.. sectionauthor:: Skip Montanaro <skip@pobox.com>
10-.. % <skip@mojam.com>.
11
12The :mod:`mhlib` module provides a Python interface to MH folders and their
13contents.
14
15The module contains three basic classes, :class:`MH`, which represents a
16particular collection of folders, :class:`Folder`, which represents a single
17folder, and :class:`Message`, which represents a single message.
18
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op