[issue20036] Running same doctests not possible on both py3 and py2

2013-12-20 Thread R. David Murray
R. David Murray added the comment: No problem. It's not necessarily *obvious* what one needs to do to make this work, so missing it isn't too surprising. -- ___ Python tracker

[issue20036] Running same doctests not possible on both py3 and py2

2013-12-20 Thread Maries Ionel Cristian
Maries Ionel Cristian added the comment: Oooops, sorry. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue20036] Running same doctests not possible on both py3 and py2

2013-12-20 Thread R. David Murray
R. David Murray added the comment: This has already been addressed in issue 7490. -- nosy: +r.david.murray resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> IGNORE_EXCEPTION_DETAIL should ignore the module name ___

[issue20036] Running same doctests not possible on both py3 and py2

2013-12-20 Thread Maries Ionel Cristian
Changes by Maries Ionel Cristian : Added file: http://bugs.python.org/file33237/tete.rst ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue20036] Running same doctests not possible on both py3 and py2

2013-12-20 Thread Maries Ionel Cristian
New submission from Maries Ionel Cristian: One of these doesn't work depending on how you write the exception name. python3 -mdoctest src/tete.rst python -mdoctest src/tete.rst One cannot put an ellipsis in the exception name so you see how this is a problem. -- components: De