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 leonov
Recipients Arfrever, docs@python, eli.bendersky, eric.araujo, ezio.melotti, flox, leonov, scoder
Date 2012-02-21.20:33:10
SpamBayes Score 0.00020285785
Marked as misclassified No
Message-id <1329856391.1.0.956791562549.issue14006@psf.upfronthosting.co.za>
In-reply-to
Content
The ElementTree.py module has good JavaDoc-style function-level documentation, but as it's not in docstring format, it can't be seen from the interactive help.

I'd be willing to convert the current comments into docstrings, as long as I wouldn't be stepping on anybody's toes, and somebody could give me some guidance as to how to convert the @return and @param declarations, and how to handle the C version of the module.  

Any volunteers?
History
Date User Action Args
2012-02-21 20:33:11leonovsetrecipients: + leonov, scoder, ezio.melotti, eric.araujo, Arfrever, eli.bendersky, flox, docs@python
2012-02-21 20:33:11leonovsetmessageid: <1329856391.1.0.956791562549.issue14006@psf.upfronthosting.co.za>
2012-02-21 20:33:10leonovlinkissue14006 messages
2012-02-21 20:33:10leonovcreate