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 eric.smith
Recipients eric.smith
Date 2008-03-19.03:53:28
SpamBayes Score 0.46335942
Marked as misclassified No
Message-id <1205898810.27.0.827801711663.issue2416@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 3127 "Integer Literal Support and Syntax" says that % string
formatting should support %b.  This needs to be added to both 2.6 and
3.0.  It needs to support the forms %b and %#b.
History
Date User Action Args
2008-03-19 03:53:30eric.smithsetspambayes_score: 0.463359 -> 0.46335942
recipients: + eric.smith
2008-03-19 03:53:30eric.smithsetspambayes_score: 0.463359 -> 0.463359
messageid: <1205898810.27.0.827801711663.issue2416@psf.upfronthosting.co.za>
2008-03-19 03:53:29eric.smithlinkissue2416 messages
2008-03-19 03:53:28eric.smithcreate