mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Test Brett's addition of __all__ to Queue.
This commit is contained in:
parent
b42bb5a88a
commit
cc0a664669
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue