mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Last checkin was missing the tuple comma.
The new "substr in str" feature masked the error.
This commit is contained in:
parent
ecccafb2d4
commit
e401b6fc55
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ def test_others(self):
|
|||
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue