From: Eric Smith Date: Tue, 15 Jul 2008 10:11:44 +0000 (+0000) Subject: Blocked revisions 64958 via svnmerge. Will merge by hand. X-Git-Tag: v3.0b2~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e840b9ad510cf7034f08b1b1527a790be708e414;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 64958 via svnmerge. Will merge by hand. ........ r64958 | eric.smith | 2008-07-15 06:10:07 -0400 (Tue, 15 Jul 2008) | 1 line 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. ........ ---