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 Eli.Stevens, asvetlov, belopolsky, mark.dickinson, mark.wiebe, paulehoffman, pitrou, rhettinger
Date 2016-08-30.04:54:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472532841.59.0.105163972388.issue11734@psf.upfronthosting.co.za>
In-reply-to
Content
In the docs for note 7, consider expanding the text to describe what a half-float is (1-bit sign, 10 bit significand, 5 bit exponent) and its allowable range.  This wasn't necessary for codes "f" and "d" since they have well-known C equivalents, but in this case some elaboration is needed.  Also consider  including a link to the wikipedia article and perhaps to IEEE 754-2008.

Otherwise, he patch looks complete and passes the test suite.  I think it is ready to apply.
History
Date User Action Args
2016-08-30 04:54:01rhettingersetrecipients: + rhettinger, mark.dickinson, belopolsky, pitrou, asvetlov, Eli.Stevens, mark.wiebe, paulehoffman
2016-08-30 04:54:01rhettingersetmessageid: <1472532841.59.0.105163972388.issue11734@psf.upfronthosting.co.za>
2016-08-30 04:54:01rhettingerlinkissue11734 messages
2016-08-30 04:54:01rhettingercreate