From 3d9fa6da93e5bb96fcffa22ae80b4a15846c0cdb Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Wed, 12 May 2010 19:57:07 +0000 Subject: Merged revisions 81127 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81127 | mark.dickinson | 2010-05-12 20:54:51 +0100 (Wed, 12 May 2010) | 9 lines Merged revisions 81126 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81126 | mark.dickinson | 2010-05-12 20:53:36 +0100 (Wed, 12 May 2010) | 1 line Fix unused variable in test_factorial. ........ ................ --- Lib/test/test_math.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_math.py b/Lib/test/test_math.py index 814b6af..7505948 100644 --- a/Lib/test/test_math.py +++ b/Lib/test/test_math.py @@ -294,7 +294,7 @@ class MathTests(unittest.TestCase): return result values = list(range(10)) + [50, 100, 500] random.shuffle(values) - for x in range(10): + for x in values: for cast in (int, float): self.assertEqual(math.factorial(cast(x)), fact(x), (x, fact(x), math.factorial(x))) self.assertRaises(ValueError, math.factorial, -1) -- cgit v0.12 ue='apn_win_filedialogs'>apn_win_filedialogs Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixFocus.c
Commit message (Expand)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-08