This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients SilentGhost, jaysinh.shukla, r.david.murray, serhiy.storchaka, sjt
Date 2016-09-13.18:23:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473791015.28.0.394809470827.issue28115@psf.upfronthosting.co.za>
In-reply-to
Content
Note that a key part of doing a translation like this is to write tests for the CLI, as comprehensively as possible, so that we have some assurance we didn't break anything in the translation.  But experience tells us that we *will* break something, since we have in every one of the translations to argparse that we've done so far :)
History
Date User Action Args
2016-09-13 18:23:35r.david.murraysetrecipients: + r.david.murray, sjt, SilentGhost, serhiy.storchaka, jaysinh.shukla
2016-09-13 18:23:35r.david.murraysetmessageid: <1473791015.28.0.394809470827.issue28115@psf.upfronthosting.co.za>
2016-09-13 18:23:35r.david.murraylinkissue28115 messages
2016-09-13 18:23:35r.david.murraycreate