From: Mark Dickinson Date: Tue, 23 Feb 2010 13:23:02 +0000 (+0000) Subject: Blocked revisions 78375 via svnmerge X-Git-Tag: v3.1.2rc1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f99f67be01f23d5f59e058d7286f05b009c02c9a;p=python Blocked revisions 78375 via svnmerge ................ r78375 | mark.dickinson | 2010-02-23 13:20:58 +0000 (Tue, 23 Feb 2010) | 13 lines Merged revisions 78372-78373 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78372 | mark.dickinson | 2010-02-23 12:53:52 +0000 (Tue, 23 Feb 2010) | 1 line Make global variable overflowok into a keyword argument; this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format ........ r78373 | mark.dickinson | 2010-02-23 13:06:50 +0000 (Tue, 23 Feb 2010) | 1 line Fix spacing nit. Thanks Eric Smith for the public humiliation. ........ ................ ---