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 pitrou
Recipients docs@python, loewis, pitrou
Date 2012-06-22.18:11:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340388687.85.0.64744522039.issue15140@psf.upfronthosting.co.za>
In-reply-to
Content
In PEP 384, the PyType_Spec struct has a "const char *doc" that is not present in the implementation (Include/object.h).
History
Date User Action Args
2012-06-22 18:11:27pitrousetrecipients: + pitrou, loewis, docs@python
2012-06-22 18:11:27pitrousetmessageid: <1340388687.85.0.64744522039.issue15140@psf.upfronthosting.co.za>
2012-06-22 18:11:27pitroulinkissue15140 messages
2012-06-22 18:11:26pitroucreate