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 eric.smith
Recipients eric.smith, mark.dickinson, skrah, tim.peters
Date 2010-01-15.22:09:34
SpamBayes Score 0.015099584
Marked as misclassified No
Message-id <1263593375.89.0.588174932485.issue7632@psf.upfronthosting.co.za>
In-reply-to
Content
It looks correct to me, assuming this comment is correct:

     /* scan back until we hit a nonzero digit.  significant digit 'i'
        is s0[i] if i < nd0, s0[i+1] if i >= nd0. */

I didn't verify the comment itself.
History
Date User Action Args
2010-01-15 22:09:35eric.smithsetrecipients: + eric.smith, tim.peters, mark.dickinson, skrah
2010-01-15 22:09:35eric.smithsetmessageid: <1263593375.89.0.588174932485.issue7632@psf.upfronthosting.co.za>
2010-01-15 22:09:34eric.smithlinkissue7632 messages
2010-01-15 22:09:34eric.smithcreate