Message 368606 - Python tracker

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.

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.