Add arguments against removing getopt.

This commit is contained in:
Brett Cannon 2007-01-03 20:20:17 +00:00
parent 3b73180900
commit e9dbe43f85
1 changed files with 5 additions and 0 deletions

View File

@ -241,6 +241,11 @@ for what the module is meant for.
* getopt
+ optparse provides better functionality.
+ But ...
- getopt is still widely used.
- optparse does not handle the issue of when people set
incompatible options very well.
* ihooks