diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 26cd55d601b..7585b18a206 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()