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 Allan Haldane
Recipients Allan Haldane, mark.dickinson, martin.panter, meador.inge, skrah
Date 2016-07-06.16:00:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467820847.41.0.505347723351.issue26746@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

Over at numpy I have a proposed fix for the bug you discovered, that numpy drops trailing padding in the 3118 format string. My strategy is going to make numpy interpret format strings exactly the same way as the struct module, let me know if you disagree.

See https://github.com/numpy/numpy/pull/7798
History
Date User Action Args
2016-07-06 16:00:47Allan Haldanesetrecipients: + Allan Haldane, mark.dickinson, skrah, meador.inge, martin.panter
2016-07-06 16:00:47Allan Haldanesetmessageid: <1467820847.41.0.505347723351.issue26746@psf.upfronthosting.co.za>
2016-07-06 16:00:47Allan Haldanelinkissue26746 messages
2016-07-06 16:00:47Allan Haldanecreate