mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
removed __all__ from several modules
This commit is contained in:
parent
1ca2ed35e0
commit
78349072f7
16 changed files with 0 additions and 63 deletions
|
@ -1,7 +1,5 @@
|
|||
"""A multi-producer, multi-consumer queue."""
|
||||
|
||||
__all__ = ["Queue","Empty","Full"]
|
||||
|
||||
class Empty(Exception):
|
||||
"Exception raised by Queue.get(block=0)/get_nowait()."
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue