[New-bugs-announce] [issue20036] Running same doctests not possible on both py3 and py2

Maries Ionel Cristian report at bugs.python.org
Fri Dec 20 19:11:01 CET 2013


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: Demos and Tools, Library (Lib)
files: tete.py
messages: 206698
nosy: ionel.mc
priority: normal
severity: normal
status: open
title: Running same doctests not possible on both py3 and py2
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file33236/tete.py

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


More information about the New-bugs-announce mailing list