]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Forgot to run the tests after making the places and msg argument keyword-only.
authorJeffrey Yasskin <jyasskin@gmail.com>
Fri, 7 Sep 2007 15:45:05 +0000 (15:45 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Fri, 7 Sep 2007 15:45:05 +0000 (15:45 +0000)
commit48952d397bb83b67924325447ddbbe955bb87c7b
tree127fa0c1d24f59e2604f88cc663c07354ca381eb
parent3404b3ce2acfc550571f06e70526ff75a34effeb
Forgot to run the tests after making the places and msg argument keyword-only.
This fixes the tests that broke.
Lib/ctypes/test/test_byteswap.py
Lib/test/test_cmath.py
Lib/test/test_random.py