[getopt-sig] A simple remark for the next Python command line option standard parser

s.keim s.keim
Fri, 15 Feb 2002 09:42:30 +0100


Le jeudi 14 f=E9vrier 2002, =E0 08:47 PM, Russ Cox a =E9crit :

> Or it could be implicit during module loading -- I can't decide
> if that's a good thing.  In general, letting modules install
> their own options is only going to be okay if it's used sparingly.

This could have the advantage to modify the option management into a=20
module without breaking scripts that use this module.

But I find it quite dangerous, name clashes will be  quite hard to=20
manage.
Or maybe you was thinking about a group mechanism like in XWindow=20
applications command lines, but isn't this overkill ?

seb