]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct...
authorEric Smith <eric@trueblade.com>
Tue, 15 Jul 2008 10:10:07 +0000 (10:10 +0000)
committerEric Smith <eric@trueblade.com>
Tue, 15 Jul 2008 10:10:07 +0000 (10:10 +0000)
commitd0c841243cf3966c05a98ce06dc3380a06c33679
treee6fe5c14bb322499d3125766f7df9322beca2bdf
parenta6864e0d9f1fc06c50db36ed913ac48a3d2ddde5
Added '#' formatting to integers.  This adds the 0b, 0o, or 0x prefix for bin, oct, hex.  There's still one failing case, and I need to finish the docs.  I hope to finish those today.
Lib/test/test_string.py
Lib/test/test_types.py
Objects/stringlib/formatter.h