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 terry.reedy
Recipients ammar2, asvetlov, docs@python, peteroupc, serhiy.storchaka, terry.reedy
Date 2020-02-01.19:38:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580585882.58.0.713999622097.issue39391@roundup.psfhosted.org>
In-reply-to
Content
Sorry, I was thinking of something else when I closed this.  What you want is a new -x option, for some 'x'.  The following would help, especially as there is no one who specifically maintains pydoc.

a) a specific proposal or set of proposals as to what letter to use for the option and what the result should be.

b) a currently failing test case (based on the above).

c. a patch for test.test_pydoc adding the test, preferably self-contained (no added file)  -- or does any current test already involve an 'at 0xnnnnnnnn' output?

d. a patch for  pydoc.py making the test pass.
History
Date User Action Args
2020-02-01 19:38:02terry.reedysetrecipients: + terry.reedy, asvetlov, docs@python, serhiy.storchaka, ammar2, peteroupc
2020-02-01 19:38:02terry.reedysetmessageid: <1580585882.58.0.713999622097.issue39391@roundup.psfhosted.org>
2020-02-01 19:38:02terry.reedylinkissue39391 messages
2020-02-01 19:38:02terry.reedycreate