]> granicus.if.org Git - python/commit
Changed Parser.get_examples() to return a list of Example objects,
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Mon, 9 Aug 2004 02:56:02 +0000 (02:56 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Mon, 9 Aug 2004 02:56:02 +0000 (02:56 +0000)
commit78b58f38f183009853ca14e966afee34038f1503
tree710d532cc3b8e6221388101b5593e3b0aaa2265a
parent34fcb147680ec70997029c763402da1e84b3c014
Changed Parser.get_examples() to return a list of Example objects,
rather than a list of triples.
Lib/doctest.py