mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
#11686: add missing entries to email __all__ lists.
Original patch by Steffen Daode Nurpmeso
This commit is contained in:
parent
41914349ad
commit
1b6c724df0
5 changed files with 9 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ the current message. Defects are just instances that live on the message
|
|||
object's .defects attribute.
|
||||
"""
|
||||
|
||||
__all__ = ['FeedParser']
|
||||
__all__ = ['FeedParser', 'BytesFeedParser']
|
||||
|
||||
import re
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue