[issue1194222] parsedate and Y2K

Éric Araujo report at bugs.python.org
Sat Aug 21 18:28:44 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

What I wrote on Rietveld:

I don’t know much about email, but the code itself looks good to me. The fact that you didn’t have to change any test but added one is reassuring (unless it reveals lack of coverage).

http://codereview.appspot.com/217107/diff/1/2#newcode1
Lib/email/_parseaddr.py:1: # Copyright (C) 2002-2007, 2010 Python Software Foundation
“2002-2010” would make more sense.

http://codereview.appspot.com/217107/diff/1/2#newcode24
Lib/email/_parseaddr.py:24: DOY_UNKNOWN = 1
Can you add a comment explaining what DOY means, unless it’s obvious for email specialists?

----------

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


More information about the Python-bugs-list mailing list