commit | a03722f2784f65d499b94bea348f884999922e38 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jun 12 14:23:49 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Jun 12 14:23:49 2008 +0000 |
tree | c199c0f1e97c604b751a20b82db5c6456044b641 | |
parent | ffae306784a067c9a604856e0886fa9d5e716337 [diff] [blame] |
deprecated mimetools
diff --git a/Lib/mimetools.py b/Lib/mimetools.py index 8c1cc19..5dd5396 100644 --- a/Lib/mimetools.py +++ b/Lib/mimetools.py
@@ -5,6 +5,9 @@ import rfc822 import tempfile +from warnings import warnpy3k +warnpy3k("in 3.x, mimetools has been removed in favor of the email package") + __all__ = ["Message","choose_boundary","encode","decode","copyliteral", "copybinary"]