-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
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 dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-subinterpreters
Description
I don't know if this is a problem with the documentation or with reality but:
-
QueueEmptyErrorandQueueFullErrordon't exist (https://docs.python.org/3.14/library/concurrent.interpreters.html#concurrent.interpreters.QueueEmptyError). They appear to be calledQueueEmptyandQueueFull. -
queue.getdoesn't take a block keyword argument. The documentation sayswhich implements the queue.Queue interface.
and
queue.Queue.getis documented as having ablockmethod.
Linked PRs
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 dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-subinterpreters
Projects
Status
Todo
Status
Todo