This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbussonn
Recipients gvanrossum, levkivskyi, mbussonn, ncoghlan, serhiy.storchaka, veky, yselivanov
Date 2020-05-11.04:26:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589171173.03.0.936166158418.issue40257@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-11 04:26:13mbussonnsetrecipients: + mbussonn, gvanrossum, ncoghlan, serhiy.storchaka, yselivanov, veky, levkivskyi
2020-05-11 04:26:13mbussonnsetmessageid: <1589171173.03.0.936166158418.issue40257@roundup.psfhosted.org>
2020-05-11 04:26:13mbussonnlinkissue40257 messages
2020-05-11 04:26:12mbussonncreate