[issue11874] argparse assertion failure with brackets in metavars

2011-04-27 Thread Manveru
Manveru added the comment: I was a victim of the same issue, but only after my usage list does not fit in one line. Please fix! -- nosy: +manveru ___ Python tracker <http://bugs.python.org/issue11

[issue11839] argparse: unexpected behavior of default for FileType('w')

2011-04-27 Thread Manveru
Manveru added the comment: I have the same issue with default here with 2.7. Fortunately I have my own type function so I can prevent is by changing my internal state. This is however only a workaround for real bug in the argparse. -- nosy: +manveru versions: +Python 2.7

[issue11588] Add "necessarily inclusive" groups to argparse

2011-04-27 Thread Manveru
Manveru added the comment: I am subscribing to this idea as I've just fall into such use case where I need it. I would like to submit a patch, but I still have difficulties to understand argparse code not much spare time to spent on this. -- nosy: +ma