]> granicus.if.org Git - python/commit
* Dynamically build a list of files to be tested (necessary because
authorRaymond Hettinger <python@rcn.com>
Tue, 17 Aug 2004 05:42:09 +0000 (05:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 17 Aug 2004 05:42:09 +0000 (05:42 +0000)
commitf63ba43733aca984272540040d43ddf0c3fbdae9
treea4cc1d8d97dc5f4a7ef1bb5766adba6c7e301d56
parent8de636e2ae8743a92a587b7c65837df40737bf78
* Dynamically build a list of files to be tested (necessary because
  version 2.39 of dectest.zip adds some new test files and because
  some existing test files were getting skipped).
* Remove two docstrings which cluttered unittest's output.
* Simplify a for-loop with a list comprehension.
Lib/test/test_decimal.py