-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-subinterpreters
Description
I don't know if this is a problem with the documentation or with reality but:
-
QueueEmptyError
andQueueFullError
don't exist (https://docs.python.org/3.14/library/concurrent.interpreters.html#concurrent.interpreters.QueueEmptyError). They appear to be calledQueueEmpty
andQueueFull
. -
queue.get
doesn't take a block keyword argument. The documentation sayswhich implements the queue.Queue interface.
and
queue.Queue.get
is documented as having ablock
method.
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-subinterpreters
Projects
Status
Todo
Status
Todo