Home
last modified time | relevance | path

Searched refs:mhlib (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Doc/library/
Dmhlib.rst1 :mod:`mhlib` --- Access to MH mailboxes
4 .. module:: mhlib
9 The :mod:`mhlib` module has been removed in Python 3. Use the
14 The :mod:`mhlib` module provides a Python interface to MH folders and their
Dnetdata.rst18 mhlib.rst
/external/python/cpython2/Demo/tkinter/guido/
DMimeViewer.py114 import mhlib
126 mh = mhlib.MH()
Dmbox.py10 import mhlib
41 mh = mhlib.MH()
/external/python/cpython2/Lib/test/
Dtest_mhlib.py13 mhlib = import_module('mhlib', deprecated=True) variable
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst845 The mhlib module has been deprecated for removal in Python 3.0.
D2.7.11rc1.rst199 Fixed the mhlib module on filesystems that doesn't support link counting for
/external/python/cpython2/Misc/
Dcheatsheet1920 mhlib MH (mailbox) interface.
DHISTORY10510 * Lib/mhlib.py: Patch by Lars Wirzenius:
13707 - mhlib.py: various enhancements, including almost compatible parsing
14838 - The mhlib module contains some new functionality: setcontext() to set the
15351 - mhlib.py provides interface to MH folders and messages
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt9854 "mhlib",
25930 "mhlib",
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2937 :mod:`mhlib`,
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2941 :mod:`mhlib`,
/external/python/cpython3/Misc/
DHISTORY16770 - The mhlib module has been removed.
27889 * Lib/mhlib.py: Patch by Lars Wirzenius:
31086 - mhlib.py: various enhancements, including almost compatible parsing
32217 - The mhlib module contains some new functionality: setcontext() to set the
32730 - mhlib.py provides interface to MH folders and messages