Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b742a96

Browse files
committed
Add mktime_tz to __all__. It's documented as being available in email.utils.
1 parent e360795 commit b742a96

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/email/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2001-2007 Python Software Foundation
1+
# Copyright (C) 2001-2009 Python Software Foundation
22
# Author: Barry Warsaw
33
44

@@ -13,6 +13,7 @@
1313
'formatdate',
1414
'getaddresses',
1515
'make_msgid',
16+
'mktime_tz',
1617
'parseaddr',
1718
'parsedate',
1819
'parsedate_tz',

0 commit comments

Comments
 (0)