Python 2.7b1 and argparse's version action

2010-04-17 Thread Tobias Herp
Hi, all, I notice that Python 2.7 beta 1 now contains the argparse module, which might be a good thing. The code has been cleaned up, too. But there is still one issue with argparse: Completely unnecessarily, the 'version' constructor argument is now deprecated. This fact doesn't solve any prob

Re: Python 2.7b1 and argparse's version action

2010-04-17 Thread Tobias Herp
Am 18.04.2010 04:09, schrieb Chris Rebert: > On Sat, Apr 17, 2010 at 6:53 PM, Tobias Herp > wrote: >> Hi, all, >> >> I notice that Python 2.7 beta 1 now contains the argparse module, which >> might be a good thing. The code has been cleaned up, too. >>