projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894263b
)
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
author
Pablo Galindo
<Pablogsal@gmail.com>
Tue, 25 Jun 2019 10:55:23 +0000
(11:55 +0100)
committer
GitHub
<noreply@github.com>
Tue, 25 Jun 2019 10:55:23 +0000
(11:55 +0100)
Doc/whatsnew/3.8.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.8.rst
b/Doc/whatsnew/3.8.rst
index 1177c82f42c9bb4302878a569c3540913e06adef..a0c881a4e7e49045af2f79fcf38b498b06fecd59 100644
(file)
--- a/
Doc/whatsnew/3.8.rst
+++ b/
Doc/whatsnew/3.8.rst
@@
-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
- p
or
posed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)
+ p
ro
posed by :pep:`572`. (Contributed by Jörn Heissler in :issue:`35224`.)
Demos and Tools