From: Raymond Hettinger Date: Tue, 1 Jul 2003 05:49:02 +0000 (+0000) Subject: Test Brett's addition of __all__ to Queue. X-Git-Tag: v2.3c1~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc0a664669883bef4a6c85404f950906912e9208;p=thirdparty%2FPython%2Fcpython.git Test Brett's addition of __all__ to Queue. --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 21e68c36a008..8e2fd46aa496 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -59,6 +59,7 @@ class AllTest(unittest.TestCase): self.check_all("ConfigParser") self.check_all("Cookie") self.check_all("MimeWriter") + self.check_all("Queue") self.check_all("SimpleHTTPServer") self.check_all("SocketServer") self.check_all("StringIO")