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 theller
Recipients theller
Date 2008-01-19.16:15:37
SpamBayes Score 0.013264022
Marked as misclassified No
Message-id <1200759352.1.0.256938962764.issue1872@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the struct module uses the format code 't' for the bool
datatype (this was added in python 2.6, in revision 53508).  This
conflicts with the specification in PEP 3118, which proposes the '?'
format character for the bool type, 't' is proposed in the patch for a
bit type.

This patch changes the struct module format code for 'bool' from 't' to '?'.
History
Date User Action Args
2008-01-19 16:15:52thellersetspambayes_score: 0.013264 -> 0.013264022
recipients: + theller
2008-01-19 16:15:52thellersetspambayes_score: 0.013264 -> 0.013264
messageid: <1200759352.1.0.256938962764.issue1872@psf.upfronthosting.co.za>
2008-01-19 16:15:38thellerlinkissue1872 messages
2008-01-19 16:15:38thellercreate