]> granicus.if.org Git - python/commit
In DocFileTest:
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Sat, 18 Sep 2004 20:27:04 +0000 (20:27 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Sat, 18 Sep 2004 20:27:04 +0000 (20:27 +0000)
commit0273f5b6b29486629f74f184da84172cb43fe221
treee9e40f3848892fe671b6595e5cc7b486eae517af
parentc9f53b4905c17deaee2ae9a2265602fccba123d4
In DocFileTest:
  - Fixed bug in handling of absolute paths.
  - If run from an interactive session, make paths relative to the
    directory containing sys.argv[0] (since __main__ doesn't have
    a __file__ attribute).
Lib/doctest.py
Lib/test/test_doctest.py