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 xiang.zhang
Recipients docs@python, xiang.zhang
Date 2016-05-09.14:11:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462803102.24.0.542356144335.issue26985@psf.upfronthosting.co.za>
In-reply-to
Content
Information about CodeType in inspect documentation is outdated. It lacks attributes: co_kwonlyargcount, co_freevars, co_cellvars. And co_flags lacks many more options. These also apply to the comments of inspect.iscode source code.
History
Date User Action Args
2016-05-09 14:11:42xiang.zhangsetrecipients: + xiang.zhang, docs@python
2016-05-09 14:11:42xiang.zhangsetmessageid: <1462803102.24.0.542356144335.issue26985@psf.upfronthosting.co.za>
2016-05-09 14:11:42xiang.zhanglinkissue26985 messages
2016-05-09 14:11:41xiang.zhangcreate