]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Avoid using items() in environ.update(). Fixes #1124513.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 17 Feb 2005 21:23:20 +0000 (21:23 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 17 Feb 2005 21:23:20 +0000 (21:23 +0000)
commit5510f65f5a033eb8d0e9d90046087047410846f9
treea4c660c83698b3404579c565f1072c3b5bbd5191
parent3040b199768dbf1fc93ecb95dbd27ef9485fa03d
Avoid using items() in environ.update(). Fixes #1124513.
Will backport to 2.4.
Lib/os.py
Lib/test/test_os.py