[issue2416] % string formatting does not support %b

2008-04-18 Thread Eric Smith
Eric Smith <[EMAIL PROTECTED]> added the comment: I should have noted that the PEP was modified to remove %b and %#b formatting. __ Tracker <[EMAIL PROTECTED]> __ __

[issue2416] % string formatting does not support %b

2008-04-18 Thread Eric Smith
Eric Smith <[EMAIL PROTECTED]> added the comment: On the python-3000 list we decided not to add new features to % formatting, since it will be deprecated in favor of str.format. -- resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECT

[issue2416] % string formatting does not support %b

2008-03-18 Thread Eric Smith
New submission from Eric Smith <[EMAIL PROTECTED]>: 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