Re: [Python-Dev] updated PEP 389: argparse

2009-10-24 Thread Nick Coghlan
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

Re: [Python-Dev] updated PEP 389: argparse

2009-10-24 Thread Steven Bethard
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 ‘

Re: [Python-Dev] updated PEP 389: argparse

2009-10-24 Thread Ben Finney
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

[Python-Dev] updated PEP 389: argparse

2009-10-24 Thread Steven Bethard
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