diff options
| author | Georg Brandl <georg@python.org> | 2009-10-04 09:03:59 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-10-04 09:03:59 (GMT) |
| commit | 2b4df43c1c6c213ecbd2ee54bbfeb75fb2d14a84 (patch) | |
| tree | eeff2e51107f6a7cf22d3090d0e85ee2662912d5 /Lib/test/test___all__.py | |
| parent | e8b2d18f809a1ec76bd98c5150cde0e4ed0913d0 (diff) | |
| download | cpython-2b4df43c1c6c213ecbd2ee54bbfeb75fb2d14a84.zip cpython-2b4df43c1c6c213ecbd2ee54bbfeb75fb2d14a84.tar.gz cpython-2b4df43c1c6c213ecbd2ee54bbfeb75fb2d14a84.tar.bz2 | |
#7052: remove nonexisting NullHandler from logging.__all__.
Diffstat (limited to 'Lib/test/test___all__.py')
| -rw-r--r-- | Lib/test/test___all__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 0a8c5d6..9cc37de 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -91,6 +91,7 @@ class AllTest(unittest.TestCase): self.check_all("keyword") self.check_all("linecache") self.check_all("locale") + self.check_all("logging") self.check_all("macpath") self.check_all("macurl2path") self.check_all("mailbox") |
