mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
Correct Misc/NEWS about asyncio.Queue rewrite.
This commit is contained in:
commit
ab9e936bd9
1 changed files with 1 additions and 4 deletions
|
@ -21,7 +21,7 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
|
||||
- Issue #25233: Rewrite the guts of asyncio.Queue to be more understandable and correct.
|
||||
|
||||
- Issue #25203: Failed readline.set_completer_delims() no longer left the
|
||||
module in inconsistent state.
|
||||
|
@ -342,9 +342,6 @@ Library
|
|||
|
||||
- Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
|
||||
|
||||
- Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
|
||||
Patch by Gustavo J. A. M. Carneiro.
|
||||
|
||||
- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
|
||||
|
||||
IDLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue