Kaydet (Commit) e401b6fc authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Last checkin was missing the tuple comma.

The new "substr in str" feature masked the error.
üst ecccafb2
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment