]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix build error.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 27 Jan 2008 16:16:19 +0000 (16:16 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 27 Jan 2008 16:16:19 +0000 (16:16 +0000)
commit06b1ab8ed0400a868c78a33f1e8697519eea6a18
tree7c4d6cd80166d40ea8ca26538f07890e3e1b02b4
parent061ce7fda739a2711245cb121ef410ddf70a784c
Fix build error.
Use a list comprehension instead of filter(), since filter() needs the
itertools module which isn't available at build time.
Lib/glob.py