mirror of https://github.com/python/cpython
Correct Misc/NEWS about asyncio.Queue rewrite.
This commit is contained in:
parent
99f96c5451
commit
9af30ac669
|
@ -75,13 +75,10 @@ Core and Builtins
|
||||||
|
|
||||||
- Issue #21354: PyCFunction_New function is exposed by python DLL again.
|
- Issue #21354: PyCFunction_New function is exposed by python DLL again.
|
||||||
|
|
||||||
- Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
|
|
||||||
Patch by Gustavo J. A. M. Carneiro.
|
|
||||||
|
|
||||||
Library
|
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 #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.
|
||||||
|
|
Loading…
Reference in New Issue