]> granicus.if.org Git - python/commitdiff
Remove effectless expression statement.
authorGeorg Brandl <georg@python.org>
Sun, 27 Jan 2008 18:14:43 +0000 (18:14 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 27 Jan 2008 18:14:43 +0000 (18:14 +0000)
Lib/pydoc.py

index 26cd55d601bc451d953bbb9036ce1b0fcef37902..7585b18a206e59dc9550b088a71dc696013c732b 100755 (executable)
@@ -1197,7 +1197,6 @@ class TextDoc(Doc):
             else:
                 tag = "inherited from %s" % classname(thisclass,
                                                       object.__module__)
-            filter(lambda t: not t[0].startswith('_'), attrs)
 
             # Sort attrs by name.
             attrs.sort()