summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
Commit message (Collapse)AuthorAgeFilesLines
* Restore alphabetic order. Also try to import rlcompleter and curses, butTim Peters2001-01-231-7/+15
| | | | don't fail if they're not available.
* The "user" module cannot reasonably be tested. Moved to the end (andFred Drake2001-01-221-2/+6
| | | | | | commented it out), and added an explanation as to *why*. Added period to docstring.
* Jeremy's patch #103323: trivial tests of all untested modules.Tim Peters2001-01-191-0/+93