where is doctest module

Alex Martelli aleaxit at yahoo.com
Fri Aug 17 12:25:57 EDT 2001


"robin and jim" <robinjim at earthlink.net> wrote in message
news:3O7f7.3258$D4.222704 at newsread1.prod.itd.earthlink.net...
> How do I get a copy of the doctest module?  I was not able to locate it
> starting from www.python.org.

In Python 2.1 and later, it's part of the standard Python library, as
Lib/doctest.py.  You can get it from CVS if you have an older Python:
e.g. try, just one URL:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/Lib/do
ctest.py?rev=1.16&content-type=text/vnd.viewcvs-markup


Alex






More information about the Python-list mailing list