]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixing bug
authorGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 16 Dec 2002 13:54:02 +0000 (13:54 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 16 Dec 2002 13:54:02 +0000 (13:54 +0000)
commit78429a6aa6bb4f8527f0c6be678555ef26b62d19
treee733c09ec2db70d79822c60895286ffacd97e003
parentc389ec8d55efe0a812906ec68cf5c690290b3428
Fixing bug

[#448679] Left to right

* Python/compile.c
  (com_dictmaker): Reordered evaluation of dictionaries to follow strict
  LTR evaluation.

* Lib/compiler/pycodegen.py
  (CodeGenerator.visitDict): Reordered evaluation of dictionaries to
  follow strict LTR evaluation.

* Doc/ref/ref5.tex
  Documented the general LTR evaluation order idea.

* Misc/NEWS
  Documented change in evaluation order of dictionaries.
Doc/ref/ref5.tex
Lib/compiler/pycodegen.py
Misc/NEWS
Python/compile.c