SF bug 558179.

Change default for get() back to None.
Will backport to 2.2.1.
This commit is contained in:
Guido van Rossum 2002-06-05 19:07:39 +00:00
parent 84fca948c8
commit d842e07470
3 changed files with 2 additions and 9 deletions

View file

@ -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):