[issue15428] add "Name Collision" section to argparse docs

2014-08-07 Thread paul j3
paul j3 added the comment: On Stackoverflow a couple of posters have asked about nesting namespaces as a way of separating the parser and subparser arguments. http://stackoverflow.com/questions/15782948 http://stackoverflow.com/questions/18668227 One solution that I rather like http://stackove

[issue15428] add "Name Collision" section to argparse docs

2014-08-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- type: -> enhancement versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bu

[issue15428] add "Name Collision" section to argparse docs

2013-08-14 Thread paul j3
Changes by paul j3 : -- nosy: +paul.j3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue15428] add "Name Collision" section to argparse docs

2012-07-22 Thread Steven Bethard
New submission from Steven Bethard : Several bugs (e.g. Issue 15327 and Issue 15271) have been filed suggesting that people aren't really clear on how argparse handles argument name collisions or how they can get it to do what they want. I think these problems could probably be solved by a "Na