[Python-checkins] r76521 - python/branches/release26-maint/Lib/email/utils.py

barry.warsaw python-checkins at python.org
Wed Nov 25 19:38:24 CET 2009


Author: barry.warsaw
Date: Wed Nov 25 19:38:24 2009
New Revision: 76521

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


Modified:
   python/branches/release26-maint/Lib/email/utils.py

Modified: python/branches/release26-maint/Lib/email/utils.py
==============================================================================
--- python/branches/release26-maint/Lib/email/utils.py	(original)
+++ python/branches/release26-maint/Lib/email/utils.py	Wed Nov 25 19:38:24 2009
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006 Python Software Foundation
+# Copyright (C) 2001-2009 Python Software Foundation
 # Author: Barry Warsaw
 # Contact: email-sig at python.org
 
@@ -13,6 +13,7 @@
     'formatdate',
     'getaddresses',
     'make_msgid',
+    'mktime_tz',
     'parseaddr',
     'parsedate',
     'parsedate_tz',


More information about the Python-checkins mailing list