Peter O. <pocci...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39391>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to