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 vstinner
Recipients Mark.Shannon, mark.dickinson, methane, rhettinger, serhiy.storchaka, vstinner
Date 2021-04-12.12:09:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618229391.35.0.0958342355415.issue43682@roundup.psfhosted.org>
In-reply-to
Content
Mark Shannon:
> Changing static methods to be callable will break backwards compatibility for any code that tests `callable(x)` where `x` is a static method.

Can you please elaborate on why this is an issue?

In the pydoc case, it sounds like an enhancement:
https://bugs.python.org/issue43682#msg390525
History
Date User Action Args
2021-04-12 12:09:51vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, methane, Mark.Shannon, serhiy.storchaka
2021-04-12 12:09:51vstinnersetmessageid: <1618229391.35.0.0958342355415.issue43682@roundup.psfhosted.org>
2021-04-12 12:09:51vstinnerlinkissue43682 messages
2021-04-12 12:09:51vstinnercreate