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 mbussonn
Date 2020-05-11.04:05:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589169913.91.0.727836803544.issue40587@roundup.psfhosted.org>
In-reply-to
Content
That will break a lot o the interactive usage for the scientific ecossytem Imho, 

For example anyone that get a Pandas Dataframe and try to get help on it either via help(df), or `df?` in IPython/Jupyter.

Might be purposeful (https://bugs.python.org/issue40257)
History
Date User Action Args
2020-05-11 04:05:14mbussonnsetrecipients: + mbussonn
2020-05-11 04:05:13mbussonnsetmessageid: <1589169913.91.0.727836803544.issue40587@roundup.psfhosted.org>
2020-05-11 04:05:13mbussonnlinkissue40587 messages
2020-05-11 04:05:13mbussonncreate