~pythonregexp2.7/python/issue2636-20

« back to all changes in this revision

Viewing changes to Lib/test/test_sundry.py

  • Committer: amaury.forgeotdarc
  • Date: 2008-04-24 20:22:26 UTC
  • Revision ID: svn-v3-trunk1:6015fed2-1504-0410-9fe1-9d1591cc4771:python%2Ftrunk:62486
Add a few tests for pydoc.

This is a modified version of a patch proposed by Guilherme Polo
in the discussion of issue1883.

I will merge manually this change into the py3k branch: the tests must be adapted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
            import posixfile
91
91
            import pstats
92
92
            import py_compile
93
 
            import pydoc
94
93
            import rexec
95
94
            import rlcompleter
96
95
            import sched