The pull-request removes the zero-padding of months in conversion_table so that they're perceived as radix 10 by both Python 2 and Python 3.
Whitespace from otherwise blank lines has been removed.
The final L from the constant 4611686018427387904L has been removed so that the number also also works in Python 3 (but probably not in Python 2 earlier than 2.4 (PEP-0237)).
The pull-request removes the zero-padding of months in
conversion_table
so that they're perceived as radix 10 by both Python 2 and Python 3.Whitespace from otherwise blank lines has been removed.
The final
L
from the constant4611686018427387904L
has been removed so that the number also also works in Python 3 (but probably not in Python 2 earlier than 2.4 (PEP-0237)).