Skip to content

Commit 2d2fe4c

Browse files
committed
Make news item a single paragraph.
1 parent 95e421c commit 2d2fe4c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11

22
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
3+
The new bytecodes ``DICT_MERGE`` and ``DICT_UPDATE`` have been added
4+
The old bytecodes ``BUILD_MAP_UNPACK`` and ``BUILD_MAP_UNPACK_WITH_CALL`` have been removed.

0 commit comments

Comments
 (0)