[issue3132] implement PEP 3118 struct changes

Paul Hoffman report at bugs.python.org
Mon Apr 22 21:35:25 CEST 2013


Paul Hoffman added the comment:

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.

----------
nosy: +paulehoffman

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3132>
_______________________________________


More information about the Python-bugs-list mailing list