]> granicus.if.org Git - python/commit
Use a list comprehension instead of list(filter()).
authorGeorg Brandl <georg@python.org>
Sun, 27 Jan 2008 18:16:00 +0000 (18:16 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 27 Jan 2008 18:16:00 +0000 (18:16 +0000)
commit661b0a15d78b8e86ea4b458550b1cb04f0988424
treef74bf4ef755f087fa235633ff0889576c9222229
parent06b1ab8ed0400a868c78a33f1e8697519eea6a18
Use a list comprehension instead of list(filter()).
Lib/pydoc.py