[issue11390] doctest: add cmdline parameters

R. David Murray report at bugs.python.org
Tue Jun 25 12:28:43 CEST 2013


R. David Murray added the comment:

It is implemented as a doctest because everything else in that test module is implemented as a doctest.  And clearly this reveals a bug of some sort.  Perhaps the dummy trick needs to be done by doctest itself?  (I will need to read your post over more carefully and understand the issue better.)

As for the windows failures, my apologies.  I knew I would need to check windows after the commit when I wrote the code, but I forgot to actually do it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11390>
_______________________________________


More information about the Python-bugs-list mailing list