mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Oops! Restored the pickle test to test_pyclbr, but changed types.py so
that pyclbr doesn't need to special-case modules that do "from types import *".
This commit is contained in:
parent
fa7809df02
commit
264c659197
2 changed files with 4 additions and 4 deletions
|
@ -142,6 +142,7 @@ class PyclbrTest(TestCase):
|
|||
cm('urllib', ignore=('getproxies_registry',
|
||||
'open_https',
|
||||
'getproxies_internetconfig',)) # not on all platforms
|
||||
cm('pickle')
|
||||
cm('aifc', ignore=('openfp',)) # set with = in module
|
||||
cm('Cookie')
|
||||
cm('sre_parse', ignore=('dump',)) # from sre_constants import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue