Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4659ddc commit 674b099Copy full SHA for 674b099
1 file changed
Misc/NEWS
@@ -610,9 +610,9 @@ Library
610
- Issue #28227: gzip now supports pathlib. Patch by Ethan Furman.
611
612
- Issue #27358: Optimized merging var-keyword arguments and improved error
613
- message when pass a non-mapping as a var-keyword argument.
+ message when passing a non-mapping as a var-keyword argument.
614
615
-- Issue #28257: Improved error message when pass a non-iterable as
+- Issue #28257: Improved error message when passing a non-iterable as
616
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
617
618
- Issue #28322: Fixed possible crashes when unpickle itertools objects from
0 commit comments