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 orsenthil
Recipients berker.peksag, curioswati, martin.panter, orsenthil, python-dev, rhettinger, serhiy.storchaka
Date 2016-01-14.08:17:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452759457.58.0.679912062149.issue25822@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you, Swati. 

I reviewed and committed your patch. I had to make some minor formatting changes while keeping an eye for the maintainability of the module and doc strings.

* Moved all the doc strings up to a single place just below the namespaces are declared.
* Followed pep-0257 conventions for doc strings.
* Tried DRY for parse result's sub-components.

Thanks for addressing the review comments from other developers.
History
Date User Action Args
2016-01-14 08:17:37orsenthilsetrecipients: + orsenthil, rhettinger, python-dev, berker.peksag, martin.panter, serhiy.storchaka, curioswati
2016-01-14 08:17:37orsenthilsetmessageid: <1452759457.58.0.679912062149.issue25822@psf.upfronthosting.co.za>
2016-01-14 08:17:37orsenthillinkissue25822 messages
2016-01-14 08:17:36orsenthilcreate