]> granicus.if.org Git - python/commit
Make global variable overflowok into a keyword argument; this fixes a failure when...
authorMark Dickinson <dickinsm@gmail.com>
Tue, 23 Feb 2010 12:53:52 +0000 (12:53 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 23 Feb 2010 12:53:52 +0000 (12:53 +0000)
commit8ee9187a163b5c2735072096baf61affaa935063
treed8487cfbc1108112d1daae487b6e7b99615d7de5
parentb8708a298e104be12ac6532dafecd81890aacd61
Make global variable overflowok into a keyword argument;  this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format
Lib/test/test_format.py