module as deprecated for a while.
import re
+import warnings
+warnings.warn("the mimify module is deprecated; use the email package instead",
+ DeprecationWarning, 2)
+
__all__ = ["mimify","unmimify","mime_encode_header","mime_decode_header"]
qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I)
DeprecationWarning)
warnings.filterwarnings("ignore", "the MimeWriter module is deprecated.*",
DeprecationWarning)
+warnings.filterwarnings("ignore", "the mimify module is deprecated.*",
+ DeprecationWarning)
class AllTest(unittest.TestCase):
with guard_warnings_filter():
warnings.filterwarnings('ignore', r".*posixfile",
DeprecationWarning)
+ warnings.filterwarnings('ignore', r".*mimify", DeprecationWarning)
from test.test_support import verbose
Library
-------
+- mimify now raises a DeprecationWarning upon import.
+
- MimeWriter now raises a DeprecationWarning upon import.
- tarfile.py: Improved unicode support. Unicode input names are now