New submission from Eric Smith <[EMAIL PROTECTED]>: Per Guido in http://mail.python.org/pipermail/python-3000/2008-May/013912.html, add this to the PEP 3101 (Advanced String Formatting) implementation.
This will add the prefixes 0b, 0o, and 0x. ---------- assignee: eric.smith components: Interpreter Core messages: 68020 nosy: eric.smith priority: normal severity: normal status: open title: Add alternate (#) formatting for bin, oct, hex output for str.format() versions: Python 2.6, Python 3.0 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3083> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com