This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ionelmc
Recipients ionelmc
Date 2013-12-20.18:11:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387563061.69.0.696193662364.issue20036@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-12-20 18:11:01ionelmcsetrecipients: + ionelmc
2013-12-20 18:11:01ionelmcsetmessageid: <1387563061.69.0.696193662364.issue20036@psf.upfronthosting.co.za>
2013-12-20 18:11:01ionelmclinkissue20036 messages
2013-12-20 18:11:01ionelmccreate