mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
This commit is contained in:
parent
894263ba80
commit
de9b606c90
1 changed files with 1 additions and 1 deletions
|
@ -1508,7 +1508,7 @@ CPython bytecode changes
|
|||
* The :opcode:`MAP_ADD` now expects the value as the first element in the
|
||||
stack and the key as the second element. This change was made so the key
|
||||
is always evaluated before the value in dictionary comprehensions, as
|
||||
porposed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)
|
||||
proposed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)
|
||||
|
||||
|
||||
Demos and Tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue