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 mark.dickinson
Recipients eric.smith, mark.dickinson, skrah, tim.peters
Date 2010-01-16.12:14:12
SpamBayes Score 0.00027036283
Marked as misclassified No
Message-id <1263644055.03.0.942973156651.issue7632@psf.upfronthosting.co.za>
In-reply-to
Content
Applied the bug 8 patch in r77519 (thanks Eric for reviewing!).  For safety, I'll leave this as a release blocker until fixes have been merged to py3k and release31-maint.

I've uploaded a fix for bugs 5 and 7 to Rietveld:

http://codereview.appspot.com/186182

I still don't like the parsing code much:  I'm tempted to pull out the calculation of y and z and do it after the parsing is complete.  It's probably marginally less efficient that way, but it would help make the code clearer.
History
Date User Action Args
2010-01-16 12:14:15mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, eric.smith, skrah
2010-01-16 12:14:15mark.dickinsonsetmessageid: <1263644055.03.0.942973156651.issue7632@psf.upfronthosting.co.za>
2010-01-16 12:14:13mark.dickinsonlinkissue7632 messages
2010-01-16 12:14:12mark.dickinsoncreate