]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Many scripts, but small changes. Update the way the scripts obtain the
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Fri, 20 Dec 1996 22:36:52 +0000 (22:36 +0000)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Fri, 20 Dec 1996 22:36:52 +0000 (22:36 +0000)
commitfab8ab80674375b945e93792701c672af98da067
treec9cf051ed834a35c4805d3303bfe0ed3fa39d101
parent4b722788ae2bbd5595aef38f4fd7221a3ab88372
Many scripts, but small changes.  Update the way the scripts obtain the
'verbose' flag ala GvR updated test harness architecture.

Old way:

verbose = 0
if __name__ == '__main__':
verbose = 1

New way:

from test_support import verbose

Some other small readablility and functionality updates.
Lib/test/test_array.py
Lib/test/test_cmath.py
Lib/test/test_crypt.py
Lib/test/test_dbm.py
Lib/test/test_dl.py
Lib/test/test_errno.py
Lib/test/test_fcntl.py
Lib/test/test_gdbm.py
Lib/test/test_grp.py