From: Georg Brandl Date: Wed, 16 Jul 2008 02:51:06 +0000 (+0000) Subject: Blocked revisions 64438-64439,64516 via svnmerge X-Git-Tag: v3.0b2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=250bc267d0847eeac4bba87fe10ce738388a800f;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 64438-64439,64516 via svnmerge ........ r64438 | raymond.hettinger | 2008-06-21 08:39:53 +0200 (Sat, 21 Jun 2008) | 1 line Issue 3008: hex/oct/bin can show floats exactly. ........ r64439 | hyeshik.chang | 2008-06-21 13:15:30 +0200 (Sat, 21 Jun 2008) | 2 lines Fix build on FreeBSD gcc. ........ r64516 | raymond.hettinger | 2008-06-25 00:46:07 +0200 (Wed, 25 Jun 2008) | 1 line Revert 64424, 64438, and 64439. ........ ---