
Jan. 27, 2020
10:50 p.m.
Peter O. <poccil14@gmail.com> added the comment: 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 ---------- resolution: not a bug -> status: closed -> open _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39391> _______________________________________