commit | b7be5703fbf2b847d566952441aacd04ee52e370 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Feb 23 13:20:58 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Feb 23 13:20:58 2010 +0000 |
tree | c085c4d462b87755de4e130908912b612e59bb46 | |
parent | 8e615ae3bb6589993316fe960cdf6d710ad5aa66 [diff] |
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. ........