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 terry.reedy
Recipients jrojas, steven.daprano, terry.reedy
Date 2021-08-28.01:27:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630114065.21.0.908103795826.issue45032@roundup.psfhosted.org>
In-reply-to
Content
Jorge, next time you have questions about how to use a module (and struct is fairly advanced), please ask on an appropriate forum, such as python-list.  Then Steven's nice answer could be read by 100s of people instead of likely less than 10.

I looked as the struct doc to see if I thought it needs anything and decided I agree with Stephen that not.  Struct can pack and unpack various IEEE binary floating point formats.  Anyone doing serious work with such knows that they include infinities and nans.
History
Date User Action Args
2021-08-28 01:27:45terry.reedysetrecipients: + terry.reedy, steven.daprano, jrojas
2021-08-28 01:27:45terry.reedysetmessageid: <1630114065.21.0.908103795826.issue45032@roundup.psfhosted.org>
2021-08-28 01:27:45terry.reedylinkissue45032 messages
2021-08-28 01:27:45terry.reedycreate