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 georg.brandl, loewis, pitrou
Date 2011-02-19.19:41:28
SpamBayes Score 1.1314333e-08
Marked as misclassified No
Message-id <1298144485.3793.13.camel@localhost.localdomain>
In-reply-to <4D601C7F.3010009@v.loewis.de>
Content
> >>> Sounds like a blocker to me.  Martin, will you be able to provide a patch before final?
> >>
> >> The attached patch works fine for me.
> > 
> > Is there some documentation somewhere for all this?
> 
> Can you please be more specific? What's "all this"?
> 
> That tp_doc will be copied is currently undocumented. PyType_FromSpec
> is documented in the PEP.

I meant all of py_tp_doc, "limited api", "restricted api" show almost
zero hits in the API docs. A PEP is nice but I'm not sure many people
spontaneously read PEPs.
History
Date User Action Args
2011-02-19 19:41:29pitrousetrecipients: + pitrou, loewis, georg.brandl
2011-02-19 19:41:28pitroulinkissue11249 messages
2011-02-19 19:41:28pitroucreate