mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
deprecated mimetools
This commit is contained in:
parent
ffae306784
commit
a03722f278
5 changed files with 12 additions and 3 deletions
|
@ -5,6 +5,9 @@ import os
|
|||
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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue