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 paulehoffman
Recipients Arfrever, MrJean1, ajaksu2, barry, belopolsky, benjamin.peterson, inducer, mark.dickinson, martin.panter, meador.inge, ncoghlan, noufal, paulehoffman, pitrou, pv, skrah, teoliphant
Date 2013-04-22.19:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366659325.35.0.227157003765.issue3132@psf.upfronthosting.co.za>
In-reply-to
Content
Following up on http://mail.python.org/pipermail/python-ideas/2011-March/009656.html, I would like to request that struct also handle half-precision floats directly. It's a short change, and half-precision floats are becoming much more popular in applications.

Adding this to struct would also maybe need to change math.isinf and math.isnan, but maybe not.
History
Date User Action Args
2013-04-22 19:35:25paulehoffmansetrecipients: + paulehoffman, barry, teoliphant, mark.dickinson, ncoghlan, belopolsky, pitrou, inducer, ajaksu2, MrJean1, benjamin.peterson, pv, Arfrever, noufal, skrah, meador.inge, martin.panter
2013-04-22 19:35:25paulehoffmansetmessageid: <1366659325.35.0.227157003765.issue3132@psf.upfronthosting.co.za>
2013-04-22 19:35:25paulehoffmanlinkissue3132 messages
2013-04-22 19:35:25paulehoffmancreate