it seems as if optparse isn't in my standard library.
is there a way to add a lib like ruby gems?

On Tue, Feb 10, 2009 at 1:38 PM, Tim Chase
<python.l...@tim.thechases.com> wrote:
> Matthew Sacks wrote:
>>
>> does anyone have any arguments against optparse vs getopt
>
> I've found that the optparse module beats getopt on *every* aspect except in
> the event that you have experience with the C getopt libraries *and* just
> want something that behaves like those libraries.  Optparse is easy to
> learn, easy to read, and part of the Python stdlib.
>
> -tkc
>
>
>
>
>
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to