From: Barry Warsaw Date: Wed, 25 Nov 2009 18:45:04 +0000 (+0000) Subject: Add mktime_tz to __all__. It's documented as being available in email.utils. X-Git-Tag: v3.1.2rc1~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47f383d0c0efccdc9d60d928a35fb1a7eb56baf8;p=python Add mktime_tz to __all__. It's documented as being available in email.utils. --- diff --git a/Lib/email/utils.py b/Lib/email/utils.py index 465903f88d..7e63ae48a8 100644 --- a/Lib/email/utils.py +++ b/Lib/email/utils.py @@ -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',