[issue14174] argparse.REMAINDER fails to parse remainder correctly

2012-03-02 Thread Arnout van Meer
Changes by Arnout van Meer : Added file: http://bugs.python.org/file24704/worker.py ___ Python tracker <http://bugs.python.org/issue14174> ___ ___ Python-bugs-list mailin

[issue14174] argparse.REMAINDER fails to parse remainder correctly

2012-03-02 Thread Arnout van Meer
Changes by Arnout van Meer : Removed file: http://bugs.python.org/file24704/worker.py ___ Python tracker <http://bugs.python.org/issue14174> ___ ___ Python-bugs-list m

[issue14174] argparse.REMAINDER fails to parse remainder correctly

2012-03-02 Thread Arnout van Meer
Changes by Arnout van Meer : Removed file: http://bugs.python.org/file24704/worker.py ___ Python tracker <http://bugs.python.org/issue14174> ___ ___ Python-bugs-list m

[issue14174] argparse.REMAINDER fails to parse remainder correctly

2012-03-02 Thread Arnout van Meer
Changes by Arnout van Meer : Added file: http://bugs.python.org/file24705/bug_argparse.py ___ Python tracker <http://bugs.python.org/issue14174> ___ ___ Python-bugs-list m

[issue14174] argparse.REMAINDER fails to parse remainder correctly

2012-03-02 Thread Arnout van Meer
Changes by Arnout van Meer : Added file: http://bugs.python.org/file24704/worker.py ___ Python tracker <http://bugs.python.org/issue14174> ___ ___ Python-bugs-list mailin

[issue14174] argparse.REMAINDER fails to parse remainder correctly

2012-03-02 Thread Arnout van Meer
Changes by Arnout van Meer : Removed file: http://bugs.python.org/file24704/worker.py ___ Python tracker <http://bugs.python.org/issue14174> ___ ___ Python-bugs-list m

[issue14174] argparse.REMAINDER fails to parse remainder correctly

2012-03-02 Thread Arnout van Meer
New submission from Arnout van Meer : Reproduction case is attached and should speak for itself, but the short brief is that the argparse.REMAINDER behaviour is very inconsistent based on what (potentially) defined argument handlers come before it. Tested this on Python 2.7 on OS X, but also