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 vajrasky
Recipients vajrasky
Date 2013-08-05.08:03:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375689790.25.0.721615428383.issue18659@psf.upfronthosting.co.za>
In-reply-to
Content
There is test_precision in Lib/test_format.py which is not being unit tested.

Also, there is a unused variable inside test_precision.

Attached the patch to fix these problems.
History
Date User Action Args
2013-08-05 08:03:10vajraskysetrecipients: + vajrasky
2013-08-05 08:03:10vajraskysetmessageid: <1375689790.25.0.721615428383.issue18659@psf.upfronthosting.co.za>
2013-08-05 08:03:10vajraskylinkissue18659 messages
2013-08-05 08:03:09vajraskycreate