getopt: where's da dicts?????

Charles Boncelet boncelet at udel.edu
Mon Oct 25 05:21:00 EDT 1999


How about "-v" for normal verbosity and "-V" for extra verbosity.
More than that and you are probably asking for debugging information
and I suggest "-D n" for debug level "n".

	Charlie Boncelet

"Fred L. Drake, Jr." wrote:
> 
> Les Schaffer writes:
>  > ahhh, okay. hadnt thought about that one. i usually dont write stuff
>  > that needs that kinda thing. on the other hand, what would be wrong
>  > with coding -v3 (verbose level 3)? seems easier to me somehow...
> 
> Les,
>   There's certainly nothing wrong with that, except that simply -v for
> verbose becomes impossible.  Using yet another option seems like
> overkill from a UI perspective (too many options to explain).
> 
>  > wanted to hear what they were. still, i personally will veer towards
>  > the getargs or similar py modules for my own stuff....
> 
>   Sounds quite reasonable to me!
> 
>   -Fred
> 
> --
> Fred L. Drake, Jr.           <fdrake at acm.org>
> Corporation for National Research Initiatives




More information about the Python-list mailing list