From e840b9ad510cf7034f08b1b1527a790be708e414 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Tue, 15 Jul 2008 10:11:44 +0000 Subject: [PATCH] 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. ........