]> granicus.if.org Git - python/commit
No need to assign the results of expressions used only for side effects.
authorGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 22:59:15 +0000 (22:59 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 22:59:15 +0000 (22:59 +0000)
commit84fedf7f061797b1fc95b778e517e6dc86e36db2
treefd5291aa914152e1f49eb5197f28b76fedb9e0d3
parent7d4b759bd972742dfba35597708522f91be5548a
No need to assign the results of expressions used only for side effects.
Lib/UserDict.py
Lib/genericpath.py
Lib/mimetypes.py
Lib/posixpath.py
Lib/rexec.py
Lib/subprocess.py
Lib/threading.py
Lib/urllib.py