Steven Bethard wrote:
> Sorry for the delay, but I've finally updated PEP 389, the argparse
> PEP, based on all the feedback from python-dev. The full PEP is below,
> but in short, the important changes are:
>
> * The getopt module will *not* be deprecated.
> * In Python 2, the -3 flag will cause
On Sat, Oct 24, 2009 at 4:34 PM, Ben Finney wrote:
> Steven Bethard writes:
>
>> Discussion: sys.err and sys.exit
>>
>> There were some concerns that argparse by default always writes to
>> ``sys.err``
> […]
>
> Unless, I'm missing something, this should replace ‘
Steven Bethard writes:
> Discussion: sys.err and sys.exit
>
> There were some concerns that argparse by default always writes to
> ``sys.err``
[…]
Unless, I'm missing something, this should replace ‘sys.err’ with
‘sys.stderr’ throughout.
--
\ “Pinky, a
Sorry for the delay, but I've finally updated PEP 389, the argparse
PEP, based on all the feedback from python-dev. The full PEP is below,
but in short, the important changes are:
* The getopt module will *not* be deprecated.
* In Python 2, the -3 flag will cause deprecation warnings to be
issued