This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tlynn
Recipients tlynn
Date 2009-01-21.12:27:41
SpamBayes Score 7.4631794e-06
Marked as misclassified No
Message-id <1232540862.78.0.478308305039.issue5022@psf.upfronthosting.co.za>
In-reply-to
Content
It would be good to be able to do something like::

  $ python -m doctest foo.py
  $ python -m doctest --text foo.txt bar.txt

(or preferably some command line options design which could handle 
both .py and .txt files).
History
Date User Action Args
2009-01-21 12:27:42tlynnsetrecipients: + tlynn
2009-01-21 12:27:42tlynnsetmessageid: <1232540862.78.0.478308305039.issue5022@psf.upfronthosting.co.za>
2009-01-21 12:27:42tlynnlinkissue5022 messages
2009-01-21 12:27:41tlynncreate