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 BreamoreBoy
Recipients BreamoreBoy, docs@python
Date 2015-12-06.08:57:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449392275.51.0.152809547499.issue25813@psf.upfronthosting.co.za>
In-reply-to
Content
None of these constants are documented either:-
inspect.CO_COROUTINE
inspect.CO_GENERATOR
inspect.CO_ITERABLE_COROUTINE
inspect.CO_NESTED
inspect.CO_NEWLOCALS
inspect.CO_NOFREE
inspect.CO_OPTIMIZED
inspect.CO_VARARGS
inspect.CO_VARKEYWORDS
History
Date User Action Args
2015-12-06 08:57:55BreamoreBoysetrecipients: + BreamoreBoy, docs@python
2015-12-06 08:57:55BreamoreBoysetmessageid: <1449392275.51.0.152809547499.issue25813@psf.upfronthosting.co.za>
2015-12-06 08:57:55BreamoreBoylinkissue25813 messages
2015-12-06 08:57:55BreamoreBoycreate