I have discovered one thing that makes me crazy. If I specify the following list:
lVals = [1, 01, 2011]
then no errors will be displayed, a
08 is attempting to parse 8 as an octal digit. It isn't one.
08
8