[issue39391] Run-dependent Pydoc output for functions default parameters

2020-01-31 Thread Peter O.
Peter O. added the comment: Is this bug tracker the correct place to "ask the pydoc developers to add an option to improve [the Pydoc] output", in the sense that the option doesn't write out object IDs? If not, where is the correct place to do so? -- ___

[issue39391] Run-dependent Pydoc output for functions default parameters

2020-01-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: repr(f2) is not 'non-deterministic'. If one runs it again for the same function object, one gets the same answer. It only changes when one starts over and creates a new function object with the same name but (usually) different id. I think it appropriate th