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 peteroupc
Recipients ammar2, docs@python, peteroupc, serhiy.storchaka
Date 2020-01-27.22:50:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580165443.18.0.981808790548.issue39391@roundup.psfhosted.org>
In-reply-to
Content
No, the use case I have in mind is storing outputs of the pydoc3 program -- as is -- in version control systems such as Git (e.g., running a command like "pydoc3 mymodule > mymodule_doc.txt").  The pydoc3 output is not further parsed by programs, or even "tested".

For example, adding "#doctest: +ELLIPSIS" as in the following example does not solve the problem in the opening post:


    def testfunc(a, m=d0): #doctest: +ELLIPSIS
       pass
History
Date User Action Args
2020-01-27 22:50:43peteroupcsetrecipients: + peteroupc, docs@python, serhiy.storchaka, ammar2
2020-01-27 22:50:43peteroupcsetmessageid: <1580165443.18.0.981808790548.issue39391@roundup.psfhosted.org>
2020-01-27 22:50:43peteroupclinkissue39391 messages
2020-01-27 22:50:43peteroupccreate