In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] wrote:

> Can doctests be added to nested functions too? (This can be useful to
> me, I use nested function when I don't have attributes that I have to
> remember, but I want to split the logic in some subparts anyway).

I think we had that discussion before, but that's not what nested 
functions are for (in Python). Use modules for that. Also solves your 
doctest problem nicely.

Just
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to