[issue11024] imaplib: Time2Internaldate() returns localized strings

Alexander Belopolsky report at bugs.python.org
Fri Jan 28 20:43:04 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Two nitpicks:

1. To avoid repetition, I would now define Mon2num as 

Mon2num = dict(zip(_month_names, range(1, 13)))

2. Please keep lines under 79 characters long.

This does not seem important enough to push to RC2, but if you think otherwise please get RM approval.

----------
nosy: +belopolsky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11024>
_______________________________________


More information about the Python-bugs-list mailing list