mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merge #11686: add missing entries to email __all__ lists.
Original patch by Steffen Daode Nurpmeso
This commit is contained in:
commit
80e22b56d3
4 changed files with 8 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
"""Classes to generate plain text from a message object tree."""
|
||||
|
||||
__all__ = ['Generator', 'DecodedGenerator']
|
||||
__all__ = ['Generator', 'DecodedGenerator', 'BytesGenerator']
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue