[issue40257] Improve the use of __doc__ in pydoc

Matthias Bussonnier report at bugs.python.org
Mon May 11 00:26:13 EDT 2020


Matthias Bussonnier <bussonniermatthias at gmail.com> added the comment:

This is going to potentially break a lot of interactive usage in the Scientific ecosystem. 

A a lot of people are going to do:

    df = load('my.csv')
    df??

To ask for help and will get nothing. 

Even for subclass, I want to argue that a docstring for a superclass is better than no docstring. 


This will be devastating for many users.

----------
nosy: +mbussonn

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40257>
_______________________________________


More information about the Python-bugs-list mailing list