]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#8292: Fix three instances of truth tests on return values of filter() (which is...
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 21:54:24 +0000 (21:54 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 21:54:24 +0000 (21:54 +0000)
commit62e2ca219311a111873892910ad441659faeaefa
tree74b217909164562274942fe2688f8fbc41c81fd6
parent78aa3964156c97329ca514d1f38bd3fbc2eda8db
#8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3).
Lib/distutils/command/sdist.py
Lib/http/server.py
Lib/platform.py