
Jan. 28, 2020
8:29 a.m.
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: 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]+'. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39391> _______________________________________