Comparing Dictionaries

Paul Rubin http
Mon Jul 30 19:15:53 EDT 2007


Kenneth Love <klove at tax.ok.gov> 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.



More information about the Python-list mailing list