]> granicus.if.org Git - python/commit
Merged revisions 62486-62487 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 24 Apr 2008 20:48:12 +0000 (20:48 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 24 Apr 2008 20:48:12 +0000 (20:48 +0000)
commit8c03b4de9db8dfaccc93916af61baf6ff4f1c9b2
tree4f13ddeda990930bf1a122941112871d9e41e92e
parente106dc3cf6eb32a54ca8274963a09904cd936025
Merged revisions 62486-62487 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62486 | amaury.forgeotdarc | 2008-04-24 16:22:26 -0400 (Thu, 24 Apr 2008) | 7 lines

  Add a few tests for pydoc.

  This is a modified version of a patch proposed by Humberto Diogenes
  in the discussion of issue1883.

  I will merge manually this change into the py3k branch: the tests must be adapted.
........
  r62487 | amaury.forgeotdarc | 2008-04-24 16:41:50 -0400 (Thu, 24 Apr 2008) | 2 lines

  Use absolute import for test package
........
Lib/test/test_pydoc.py [new file with mode: 0644]
Lib/test/test_sundry.py