mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
More instances of “when pass”
This commit is contained in:
parent
4659ddc433
commit
674b099eaa
1 changed files with 2 additions and 2 deletions
|
|
@ -610,9 +610,9 @@ Library
|
|||
- Issue #28227: gzip now supports pathlib. Patch by Ethan Furman.
|
||||
|
||||
- Issue #27358: Optimized merging var-keyword arguments and improved error
|
||||
message when pass a non-mapping as a var-keyword argument.
|
||||
message when passing a non-mapping as a var-keyword argument.
|
||||
|
||||
- Issue #28257: Improved error message when pass a non-iterable as
|
||||
- Issue #28257: Improved error message when passing a non-iterable as
|
||||
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
|
||||
|
||||
- Issue #28322: Fixed possible crashes when unpickle itertools objects from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue