[issue11089] ConfigParser 50x slower in 2.7

2011-02-01 Thread Vasilis
New submission from Vasilis : The ConfigParser class in 2.7 is almost >50 times slower than in the 2.6 which for large files it renders it almost unusable. Actually the speed decrease depends on the amount of the stored data Results from test program: Python 2.7 (r27:82500, Sep 16 2010, 18

[issue21616] argparse explodes with nargs='*' and a tuple metavar

2014-05-30 Thread Vasilis Vasaitis
Changes by Vasilis Vasaitis : -- versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue21616> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21616] argparse explodes with nargs='*' and a tuple metavar

2014-05-30 Thread Vasilis Vasaitis
New submission from Vasilis Vasaitis: The title says it all really, but to demostrate: Let's say I'm building a program which takes another command as its argument(s) on the command line, to execute it in a special way or whatever. The natural way to do this then would be somethin

[issue21616] argparse explodes with nargs='*' and a tuple metavar

2014-06-08 Thread Vasilis Vasaitis
Vasilis Vasaitis added the comment: Ah, I did come across that issue when I was searching for prior reports, but somehow it didn't register in my head as being the same thing. Does the fix for that address the behaviour I'm seeing too? If so, feel free to close as a duplicate. Ad

[issue14074] argparse allows nargs>1 for positional arguments but doesn't allow metavar to be a tuple

2014-06-12 Thread Vasilis Vasaitis
Changes by Vasilis Vasaitis : -- nosy: +vvas ___ Python tracker <http://bugs.python.org/issue14074> ___ ___ Python-bugs-list mailing list Unsubscribe: