[issue17965] argparse does not dest.replace('-', '_') for positionals

2013-05-17 Thread R. David Murray
R. David Murray added the comment: That should have been --XXX-YYY, of course. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17965] argparse does not dest.replace('-', '_') for positionals

2013-05-17 Thread R. David Murray
R. David Murray added the comment: This is a duplicate of issue 15125. (FYI there are many many unix commands that use options of the form -XXX-. This is the standard for the gnu 'long option' format.) -- nosy: +r.david.murray resolution: -> duplicate stage: -> committed/rejecte

[issue17965] argparse does not dest.replace('-', '_') for positionals

2013-05-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +bethard ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue17965] argparse does not dest.replace('-', '_') for positionals

2013-05-12 Thread paul j3
Changes by paul j3 : -- title: argparse does not dest.replace('-', '_') for postionals -> argparse does not dest.replace('-', '_') for positionals ___ Python tracker ___ _