From ce8fd9d2bc337f637cd55eb6701b99e24ad1549b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 27 Jan 2008 18:14:43 +0000 Subject: [PATCH] Remove effectless expression statement. --- Lib/pydoc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 26cd55d601..7585b18a20 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -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() -- 2.50.0