mirror of
https://github.com/python/cpython.git
synced 2025-09-15 05:06:12 +00:00
Merge email package 4.0 from the sandbox, including documentation, test cases,
and NEWS updates.
This commit is contained in:
parent
9ae019bf5b
commit
40ef0067ad
44 changed files with 3821 additions and 468 deletions
|
@ -6,6 +6,13 @@
|
|||
Lifted directly from rfc822.py. This should eventually be rewritten.
|
||||
"""
|
||||
|
||||
__all__ = [
|
||||
'mktime_tz',
|
||||
'parsedate',
|
||||
'parsedate_tz',
|
||||
'quote',
|
||||
]
|
||||
|
||||
import time
|
||||
|
||||
SPACE = ' '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue