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 ezio.melotti
Recipients dlam, docs@python, eli.bendersky, ezio.melotti, serhiy.storchaka, tshepang
Date 2013-02-20.18:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361386737.29.0.171964189675.issue16954@psf.upfronthosting.co.za>
In-reply-to
Content
I left a few comments on rietveld.

In the rst docs the markup used for arguments is *arg*, and this is sometimes reflected in docstrings too.  We might want to do this here too, instead of using 'arg' (using 'attr' for attributes it's fine though).

> maybe docstrings should be also added in Modules/_elementtree.c?

Maybe we could have a loop that does something like cfunc.__doc__ = pyfunc.__doc__?
History
Date User Action Args
2013-02-20 18:58:57ezio.melottisetrecipients: + ezio.melotti, eli.bendersky, docs@python, tshepang, dlam, serhiy.storchaka
2013-02-20 18:58:57ezio.melottisetmessageid: <1361386737.29.0.171964189675.issue16954@psf.upfronthosting.co.za>
2013-02-20 18:58:57ezio.melottilinkissue16954 messages
2013-02-20 18:58:57ezio.melotticreate