Kenneth Love <[EMAIL PROTECTED]> writes:
> I will search on Google for more info on Doctest.

Doctest is recent.  Try:

http://python.org/doc/lib/module-doctest.html

Diveintopython should probably be updated to use doctest instead
of unittest.  unittest is Java-descended and doesn't fit into Python
as well as doctest does.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to