mirror of https://github.com/python/cpython
Add news entry.
This commit is contained in:
parent
9e1bc982ff
commit
3ad2acc857
|
@ -364,6 +364,8 @@ Core and builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- #1837: The queue module now also supports a LIFO queue and a priority queue.
|
||||||
|
|
||||||
- Issue #1831: ctypes now raises a TypeError if conflicting positional
|
- Issue #1831: ctypes now raises a TypeError if conflicting positional
|
||||||
and named arguments are passed to a Structure or Union initializer.
|
and named arguments are passed to a Structure or Union initializer.
|
||||||
When too many positional arguments are passed, also a TypeError is
|
When too many positional arguments are passed, also a TypeError is
|
||||||
|
|
Loading…
Reference in New Issue