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 wolma
Recipients larry, ncoghlan, python-dev, skrah, steven.daprano, wolma
Date 2014-02-08.22:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391899891.77.0.739735710299.issue20536@psf.upfronthosting.co.za>
In-reply-to
Content
Steven,
I think

if exp >= 0:
    return int(x), 1

would have been a better patch, but yours is certainly working, just slower I guess.
History
Date User Action Args
2014-02-08 22:51:31wolmasetrecipients: + wolma, ncoghlan, larry, steven.daprano, skrah, python-dev
2014-02-08 22:51:31wolmasetmessageid: <1391899891.77.0.739735710299.issue20536@psf.upfronthosting.co.za>
2014-02-08 22:51:31wolmalinkissue20536 messages
2014-02-08 22:51:31wolmacreate