This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lavajoe
Recipients belopolsky, lavajoe, r.david.murray, spaetz
Date 2011-01-28.22:17:46
SpamBayes Score 1.1492271e-07
Marked as misclassified No
Message-id <1296253067.57.0.36021243108.issue11024@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a new patch.  I would still like to discuss the leading space vs. leading zero issue, but I have reverted to using a leading space in this patch - fewer changes that way.

The long line is also fixed (sorry about that - yes, long lines are ugly).  And I have used your suggested Mon2num dict creation.  Note that I do an encode() in there for compatibility with Python 3, which throws an exception if the keys are not bytes arrays (consistent with the fix in issue 10939).
History
Date User Action Args
2011-01-28 22:17:48lavajoesetrecipients: + lavajoe, belopolsky, r.david.murray, spaetz
2011-01-28 22:17:47lavajoesetmessageid: <1296253067.57.0.36021243108.issue11024@psf.upfronthosting.co.za>
2011-01-28 22:17:46lavajoelinkissue11024 messages
2011-01-28 22:17:46lavajoecreate