mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
added a few more __all__ lists
test___all__.py: fail silently in check_all if the module can't be imported
This commit is contained in:
parent
438bb94789
commit
03d9014992
4 changed files with 16 additions and 8 deletions
|
@ -5,6 +5,8 @@ import os
|
|||
import rfc822
|
||||
import tempfile
|
||||
|
||||
__all__ = ["Message","choose_boundary","encode","decode","copyliteral",
|
||||
"copybinary"]
|
||||
|
||||
class Message(rfc822.Message):
|
||||
"""A derived class of rfc822.Message that knows about MIME headers and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue