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 serhiy.storchaka
Recipients larry, methane, serhiy.storchaka, vstinner
Date 2017-01-27.15:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485529515.63.0.790183272709.issue29300@psf.upfronthosting.co.za>
In-reply-to
Content
I said not about the converter that converts format to bytes (it is needed only in Struct.__init__), but about the converter that converts format to the Struct object. It is used in all module-level functions.
History
Date User Action Args
2017-01-27 15:05:15serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, methane
2017-01-27 15:05:15serhiy.storchakasetmessageid: <1485529515.63.0.790183272709.issue29300@psf.upfronthosting.co.za>
2017-01-27 15:05:15serhiy.storchakalinkissue29300 messages
2017-01-27 15:05:15serhiy.storchakacreate