Tim Peters wrote:
> Sorry, but it's horridly un-doctest-like to make inferences by magic. 
> If you want to add an explicit ACCEPT_EXCEPTION_SUBCLASS doctest
> option, that's a different story.  I would question the need, since
> I've never got close to needing it, and never heard anyone else bring
> it up.  Is this something that happens to you often enough to be an
> irritation, or is it just that your brain tells you it's a cool idea? 
> One reason I have to ask is that I'm pretty sure the example you gave
> is one that never bit you in real life.
> 

You'd be guessing right - and the explanation of how you meant the term makes 
a lot of sense, too. Consider my crazy idea withdrawn :)

A real limitation I *have* encountered is that doctest doesn't like the idea 
of a single statement that triggers normal output followed by an exception (it 
expects one or the other). However, the case where I wanted that was rather 
esoteric and easy enough to deal with by using a custom result checker.

Cheers,
Nick.

-- 
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to