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 martin.panter
Recipients Antony.Lee, baji, docs@python, georg.brandl, mark.dickinson, martin.panter, meador.inge, serhiy.storchaka, terry.reedy, vstinner
Date 2016-03-12.01:50:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457747404.9.0.388906550509.issue26535@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to me, though it should be applied to all three unpack functions and Struct methods, and the doc strings (struct.unpack.__doc__ etc).

An alternative wording is already used for struct.iter_unpack(): “the buffer’s size in bytes”. Maybe that is slightly clearer, but it’s no big deal.
History
Date User Action Args
2016-03-12 01:50:05martin.pantersetrecipients: + martin.panter, georg.brandl, terry.reedy, mark.dickinson, vstinner, meador.inge, docs@python, serhiy.storchaka, Antony.Lee, baji
2016-03-12 01:50:04martin.pantersetmessageid: <1457747404.9.0.388906550509.issue26535@psf.upfronthosting.co.za>
2016-03-12 01:50:04martin.panterlinkissue26535 messages
2016-03-12 01:50:04martin.pantercreate