mirror of https://github.com/python/cpython
Add mktime_tz to __all__. It's documented as being available in email.utils.
This commit is contained in:
parent
39778f6b6f
commit
47f383d0c0
|
@ -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…
Reference in New Issue