Let getopt live.
This commit is contained in:
parent
e8400c12a9
commit
8c7238cc5f
14
pep-3108.txt
14
pep-3108.txt
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue