Kaydet (Commit) b4c00154 authored tarafından Guido van Rossum's avatar Guido van Rossum

Correct Misc/NEWS about asyncio.Queue rewrite.

...@@ -152,6 +152,8 @@ Core and Builtins ...@@ -152,6 +152,8 @@ Core and Builtins
Library Library
------- -------
- Issue #25233: Rewrite the guts of asyncio.Queue to be more understandable and correct.
- Issue #23600: Default implementation of tzinfo.fromutc() was returning - Issue #23600: Default implementation of tzinfo.fromutc() was returning
wrong results in some cases. wrong results in some cases.
...@@ -449,9 +451,6 @@ Library ...@@ -449,9 +451,6 @@ Library
- Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. - 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)'. - Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
IDLE IDLE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment