Commit b742a96c authored by Barry Warsaw's avatar Barry Warsaw

Add mktime_tz to __all__. It's documented as being available in email.utils.

parent e360795d
# Copyright (C) 2001-2007 Python Software Foundation # Copyright (C) 2001-2009 Python Software Foundation
# Author: Barry Warsaw # Author: Barry Warsaw
# Contact: email-sig@python.org # Contact: email-sig@python.org
...@@ -13,6 +13,7 @@ __all__ = [ ...@@ -13,6 +13,7 @@ __all__ = [
'formatdate', 'formatdate',
'getaddresses', 'getaddresses',
'make_msgid', 'make_msgid',
'mktime_tz',
'parseaddr', 'parseaddr',
'parsedate', 'parsedate',
'parsedate_tz', 'parsedate_tz',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment