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 berker.peksag
Recipients SilentGhost, belopolsky, berker.peksag, giampaolo.rodola, orsenthil, python-dev, vajrasky
Date 2016-01-13.19:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452714098.74.0.679553155582.issue22642@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Senthil. My comment was for Vajrasky's patch, not for the whole argparse switch. We need to add tests for the old getopt code first to avoid regressions. After 0aa46b9ffba3, if we add tests we won't be able to test the old interface.

My other comments:

* SilentGhost needs to fill the contributor's agreement form. We generally accept trivial patches without asking CA, but I think we can't accept 0aa46b9ffba3 without one since the patch is huge.
* I don't think we add reST formatted docstring to stdlib. The javadoc style one in Trace.__init__() is 13 years old so we can ignore it.
* I also have some minor comments, but I don't think they are important at this point :)
History
Date User Action Args
2016-01-13 19:41:38berker.peksagsetrecipients: + berker.peksag, belopolsky, orsenthil, giampaolo.rodola, SilentGhost, python-dev, vajrasky
2016-01-13 19:41:38berker.peksagsetmessageid: <1452714098.74.0.679553155582.issue22642@psf.upfronthosting.co.za>
2016-01-13 19:41:38berker.peksaglinkissue22642 messages
2016-01-13 19:41:38berker.peksagcreate