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 serhiy.storchaka
Recipients ammar2, asvetlov, docs@python, peteroupc, serhiy.storchaka
Date 2020-01-28.08:29:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580200149.78.0.566173509532.issue39391@roundup.psfhosted.org>
In-reply-to
Content
Even if we change the repr of functions (I like this idea), this will not solve the general problem: many reprs contain an object id.

In your case I suggest to post-process the pydoc output and replace parts matching ' at 0x[0-9a-fA-F]+'.
History
Date User Action Args
2020-01-28 08:29:09serhiy.storchakasetrecipients: + serhiy.storchaka, asvetlov, docs@python, ammar2, peteroupc
2020-01-28 08:29:09serhiy.storchakasetmessageid: <1580200149.78.0.566173509532.issue39391@roundup.psfhosted.org>
2020-01-28 08:29:09serhiy.storchakalinkissue39391 messages
2020-01-28 08:29:09serhiy.storchakacreate