Let getopt live.

This commit is contained in:
Brett Cannon 2007-12-06 19:11:29 +00:00
parent e8400c12a9
commit 8c7238cc5f
1 changed files with 4 additions and 10 deletions

View File

@ -302,16 +302,6 @@ for what the module is meant for.
+ All functionality is supported by string interpolation.
* 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.
- optparse does not allow option arguments to be optional.
* ihooks
+ Undocumented.
@ -551,6 +541,10 @@ Modules that were originally suggested for removal
+ Testimonials from people that new installations of NIS are still
occurring
* getopt
+ Simpler than optparse.
* telnetlib
+ Really handy for quick-and-dirty remote access.