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 Dutcho
Recipients Dutcho, docs@python
Date 2017-04-11.07:51:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491897110.71.0.340435065051.issue30037@psf.upfronthosting.co.za>
In-reply-to
Content
The table at the top of the inspect documentation (https://docs.python.org/3/library/inspect.html#types-and-members) omits co_cellvars, co_freevars, and co_kwonlyargcount attributes of type code

(note: the type's doc string does provide these attributes)
History
Date User Action Args
2017-04-11 07:51:50Dutchosetrecipients: + Dutcho, docs@python
2017-04-11 07:51:50Dutchosetmessageid: <1491897110.71.0.340435065051.issue30037@psf.upfronthosting.co.za>
2017-04-11 07:51:50Dutcholinkissue30037 messages
2017-04-11 07:51:50Dutchocreate