commit | 874ff65e0a70ff4fd1a67e85cd61d76adfcc219d | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jun 22 15:34:03 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Jun 22 15:34:03 2019 -0700 |
tree | 56f0a7d275a2283001ce6ca87168d000c995438c | |
parent | fa23bd286fb7719bd7601da0b713457589f5536f [diff] |
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) … as proposed in PEP 572; key is now evaluated before value. https://bugs.python.org/issue35224 (cherry picked from commit c8a35417db8853a253517a3e5190e174075c6384) Co-authored-by: Jörn Heissler <joernheissler@users.noreply.github.com>