[issue2416] % string formatting does not support %b

Eric Smith report at bugs.python.org
Wed Mar 19 04:53:30 CET 2008


New submission from Eric Smith <eric at trueblade.com>:

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.

----------
assignee: eric.smith
components: Interpreter Core
messages: 64031
nosy: eric.smith
priority: normal
severity: normal
status: open
title: % string formatting does not support %b
type: behavior
versions: Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2416>
__________________________________


More information about the Python-bugs-list mailing list