mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
SF bug 558179.
Change default for get() back to None. Will backport to 2.2.1.
This commit is contained in:
parent
84fca948c8
commit
d842e07470
3 changed files with 2 additions and 9 deletions
|
|
@ -105,7 +105,7 @@ class PyclbrTest(unittest.TestCase):
|
|||
'_isfunction',
|
||||
'_ismodule',
|
||||
'_classify_class_attrs'])
|
||||
self.checkModule('rfc822')
|
||||
self.checkModule('rfc822', ignore=["get"])
|
||||
self.checkModule('difflib')
|
||||
|
||||
def test_others(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue