[Thanks for looking through all these Martin!]
Martin v. Löwis wrote:
> Steven Bethard schrieb:
>> * alias ArgumentParser to OptionParser
>> * alias add_argument to add_option
>> * alias Values to Namespace
>> * alias OptionError and OptionValueError to ArgumentError
>> * alias add_help= keyword a
Steven Bethard schrieb:
> * alias ArgumentParser to OptionParser
> * alias add_argument to add_option
> * alias Values to Namespace
> * alias OptionError and OptionValueError to ArgumentError
> * alias add_help= keyword argument of ArgumentParser to add_help_option=
> * alias namespace= keyword arg
Steven Bethard schrieb:
> If someone has an idea how to include argparse features into optparse,
> I'm certainly all for it. But I tried and failed to do this myself, so
> I don't know how to go about it.
Martin v. Löwis wrote:
> It's not necessary that the implementation is retained, only tha
Steven Bethard <[EMAIL PROTECTED]> writes:
> Martin v. Löwis wrote:
> > Steven Bethard schrieb:
> >> If someone has an idea how to include argparse features into optparse,
> >> I'm certainly all for it. But I tried and failed to do this myself, so I
> >> don't know how to go about it.
> > It's not
Martin v. Löwis wrote:
> Steven Bethard schrieb:
>> If someone has an idea how to include argparse features into optparse,
>> I'm certainly all for it. But I tried and failed to do this myself, so I
>> don't know how to go about it.
>
> It's not necessary that the implementation is retained, only
Steven Bethard schrieb:
> If someone has an idea how to include argparse features into optparse,
> I'm certainly all for it. But I tried and failed to do this myself, so I
> don't know how to go about it.
It's not necessary that the implementation is retained, only that the
interface is preserved.
Martin v. Löwis wrote:
> [EMAIL PROTECTED] schrieb:
>> I feel argparse has some useful things that optparse doesn't have. But
>> I can't find it argparse in python library reference. I'm wondering
>> when it will be available in the python standard installation.
>
> On its own, never. Somebody has
[EMAIL PROTECTED] schrieb:
> I feel argparse has some useful things that optparse doesn't have. But
> I can't find it argparse in python library reference. I'm wondering
> when it will be available in the python standard installation.
On its own, never. Somebody has to contribute it to Python, and
[EMAIL PROTECTED] wrote:
> I feel argparse has some useful things that optparse doesn't have. But
> I can't find it argparse in python library reference. I'm wondering
> when it will be available in the python standard installation.
there's already two different option parsing modules in the stan