projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecccafb
)
Last checkin was missing the tuple comma.
author
Raymond Hettinger
<python@rcn.com>
Mon, 30 Dec 2002 07:21:32 +0000
(07:21 +0000)
committer
Raymond Hettinger
<python@rcn.com>
Mon, 30 Dec 2002 07:21:32 +0000
(07:21 +0000)
The new "substr in str" feature masked the error.
Lib/test/test_pyclbr.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_pyclbr.py
b/Lib/test/test_pyclbr.py
index 8e3cfa34419d073d78591f1d8ee0312e53f96324..7a59c2e09d2b0a1acce1ac2955e199a59b9cb3a5 100644
(file)
--- 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',