summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getopt.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't reference a module named test.test_support. Always use plainGuido van Rossum2000-08-211-1/+1
| | | | test_support. Also fixed the expected output.
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-201-0/+101
https://sourceforge.net/patch/?func=detailpatch&patch_id=101110&group_id=5470 Accepted as-is, except for purging an "import *".