commit | d842e07470e9371eb3bf44d02c0153b66cf2164b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jun 05 19:07:39 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jun 05 19:07:39 2002 +0000 |
tree | 43324c03a3dd8367dbae4cc3cff28a1d2f98e730 | |
parent | 84fca948c8e90dae94c5815d8b9ae2ff2331b676 [diff] [blame] |
SF bug 558179. Change default for get() back to None. Will backport to 2.2.1.
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index c745720..0f3319f 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py
@@ -105,7 +105,7 @@ '_isfunction', '_ismodule', '_classify_class_attrs']) - self.checkModule('rfc822') + self.checkModule('rfc822', ignore=["get"]) self.checkModule('difflib') def test_others(self):