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 eli.bendersky
Recipients dlam, docs@python, eli.bendersky, ezio.melotti, serhiy.storchaka, tshepang
Date 2013-03-09.15:13:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362841990.85.0.914962892385.issue16954@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks David, the patch looks good. I will commit it with some slight modifications and touch-ups shortly.

The issue of C extension docstrings vs. Python docstrings is an interesting one. It's a shame that help() shows empty strings, and it's a shame to copy-paste. What do other modules do? It may also be worth asking in python-dev or the docs mailing list and hear suggestions from other developers.
History
Date User Action Args
2013-03-09 15:13:10eli.benderskysetrecipients: + eli.bendersky, ezio.melotti, docs@python, tshepang, dlam, serhiy.storchaka
2013-03-09 15:13:10eli.benderskysetmessageid: <1362841990.85.0.914962892385.issue16954@psf.upfronthosting.co.za>
2013-03-09 15:13:10eli.benderskylinkissue16954 messages
2013-03-09 15:13:10eli.benderskycreate