mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add mktime_tz to __all__. It's documented as being available in email.utils.
This commit is contained in:
parent
39778f6b6f
commit
47f383d0c0
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2001-2007 Python Software Foundation
|
||||
# Copyright (C) 2001-2009 Python Software Foundation
|
||||
# Author: Barry Warsaw
|
||||
# Contact: email-sig@python.org
|
||||
|
||||
|
@ -13,6 +13,7 @@ __all__ = [
|
|||
'formatdate',
|
||||
'getaddresses',
|
||||
'make_msgid',
|
||||
'mktime_tz',
|
||||
'parseaddr',
|
||||
'parsedate',
|
||||
'parsedate_tz',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue