Guido van Rossum <gu...@python.org> added the comment:

For me, one of the most annoying things about dir() is that it gives all the 
dunders. There are many dunders that are just always there (__class__, mostly 
__dict__, __doc__, __name__ etc.). I wish it would just not give dunders that 
are inherited from object or type. Though it's probably too late for that 
(people's code might break).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40098>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to