]> granicus.if.org Git - python/commit
Forward port of r64958.
authorEric Smith <eric@trueblade.com>
Tue, 15 Jul 2008 13:02:41 +0000 (13:02 +0000)
committerEric Smith <eric@trueblade.com>
Tue, 15 Jul 2008 13:02:41 +0000 (13:02 +0000)
commitb1ebcc6b0b2dfee5c7e412b3e1875290213ea4aa
tree526c3d2cbcd3aeb8e537bbe941d82fb97cb0b4da
parente840b9ad510cf7034f08b1b1527a790be708e414
Forward port of r64958.
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_types.py
Lib/test/test_unicode.py
Objects/stringlib/formatter.h