Re: [Python-Dev] Long options support

2006-07-12 Thread Anthony Baxter
On Wednesday 12 July 2006 21:55, Georg Brandl wrote: > >> Should we accept at least the very common options "--help" and > >> "--version" in 2.5? > > > > Guido pronounced on this in May > > Late it comes, but here is a patch for getopt.c implementing > this pronouncement. I think there's no need to

Re: [Python-Dev] Long options support

2006-07-12 Thread Fredrik Lundh
Georg Brandl wrote: > Late it comes, but here is a patch for getopt.c implementing > this pronouncement. I think there's no need to wait for 2.6 with it, > or is there? check it in already. ___ Python-Dev mailing list Python-Dev@python.org http://

Re: [Python-Dev] Long options support

2006-07-12 Thread Georg Brandl
Fredrik Lundh wrote: > Georg Brandl wrote: > >> I've just closed a bug report wishing for long option support, >> pointing to a patch sitting in the patch tracker implementing >> this. >> >> Should we accept at least the very common options "--help" and >> "--version" in 2.5? > > Guido pronounced

Re: [Python-Dev] Long options support

2006-06-14 Thread Fredrik Lundh
Georg Brandl wrote: > I've just closed a bug report wishing for long option support, > pointing to a patch sitting in the patch tracker implementing > this. > > Should we accept at least the very common options "--help" and > "--version" in 2.5? Guido pronounced on this in May: "Guido van Ro