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 rhettinger
Recipients alexandre.vassalotti, belopolsky, pitrou, rhettinger, terry.reedy
Date 2008-06-20.08:54:35
SpamBayes Score 0.08995149
Marked as misclassified No
Message-id <1213952080.08.0.141005224329.issue3008@psf.upfronthosting.co.za>
In-reply-to
Content
The other reviewers asked for:
* same treatment for oct() and hex()
* platform independent exact representation of floats
* fixed-size exponential style output instead of tons of leading zeros
* output that round-trips through eval()
* use Py2.6 octal format in 2.6, and 3.0 format in 3.0

Attaching a patch with tests.
History
Date User Action Args
2008-06-20 08:54:42rhettingersetspambayes_score: 0.0899515 -> 0.08995149
recipients: + rhettinger, terry.reedy, belopolsky, pitrou, alexandre.vassalotti
2008-06-20 08:54:40rhettingersetspambayes_score: 0.0899515 -> 0.0899515
messageid: <1213952080.08.0.141005224329.issue3008@psf.upfronthosting.co.za>
2008-06-20 08:54:39rhettingerlinkissue3008 messages
2008-06-20 08:54:38rhettingercreate