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 95e421c commit 2d2fe4cCopy full SHA for 2d2fe4c
Misc/NEWS.d/next/Core and Builtins/2020-01-15-15-50-22.bpo-39320.oWARyk.rst
@@ -1,12 +1,4 @@
1
2
Replace two complex bytecodes for building dicts with two simpler ones.
3
-
4
-The following bytecodes have been removed:
5
6
-* BUILD_MAP_UNPACK
7
-* BUILD_MAP_UNPACK_WITH_CALL
8
9
-The following three bytecodes have been added:
10
11
-* DICT_MERGE
12
-* DICT_UPDATE
+The new bytecodes ``DICT_MERGE`` and ``DICT_UPDATE`` have been added
+The old bytecodes ``BUILD_MAP_UNPACK`` and ``BUILD_MAP_UNPACK_WITH_CALL`` have been removed.
0 commit comments