From: Raymond Hettinger Date: Mon, 30 Dec 2002 07:21:32 +0000 (+0000) Subject: Last checkin was missing the tuple comma. X-Git-Tag: v2.3c1~2831 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e401b6fc55e0b2341b5e0f7dfe9bbd33c7b9f622;p=thirdparty%2FPython%2Fcpython.git Last checkin was missing the tuple comma. The new "substr in str" feature masked the error. --- diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 8e3cfa34419d..7a59c2e09d2b 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -143,7 +143,7 @@ class PyclbrTest(TestCase): cm = self.checkModule # These were once about the 10 longest modules - cm('random', ignore=('Random')) # from _random import Random as CoreGenerator + cm('random', ignore=('Random',)) # from _random import Random as CoreGenerator cm('cgi', ignore=('log',)) # set with = in module cm('mhlib') cm('urllib', ignore=('getproxies_registry',