[issue13685] argparse update help msg for % signs

2012-06-26 Thread Éric Araujo
Éric Araujo added the comment: Senthil, would you mind porting the fix to 2.7? Thanks. -- nosy: +eric.araujo ___ Python tracker ___

[issue13685] argparse update help msg for % signs

2012-06-25 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue13685] argparse update help msg for % signs

2012-06-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset c696416eb4e9 by Senthil Kumaran in branch '3.2': Issue #13685 - Update argparse help message for % sign usage. http://hg.python.org/cpython/rev/c696416eb4e9 New changeset 493d58c3c57f by Senthil Kumaran in branch 'default': merge from 3.2 - Issue13

[issue13685] argparse update help msg for % signs

2012-06-25 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- title: argparse does not sanitize help strings for % signs -> argparse update help msg for % signs ___ Python tracker ___ __