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 marco.buttu
Recipients docs@python, marco.buttu, martin.panter, rhettinger, terry.reedy
Date 2016-12-12.12:13:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481544820.9.0.447638033341.issue26683@psf.upfronthosting.co.za>
In-reply-to
Content
Another point in the doc, where the meaning of "free variable" is inconsistent with the ``locals()`` and ``code.co_freevars`` meaning:

https://docs.python.org/3/reference/executionmodel.html#interaction-with-dynamic-features
History
Date User Action Args
2016-12-12 12:13:40marco.buttusetrecipients: + marco.buttu, rhettinger, terry.reedy, docs@python, martin.panter
2016-12-12 12:13:40marco.buttusetmessageid: <1481544820.9.0.447638033341.issue26683@psf.upfronthosting.co.za>
2016-12-12 12:13:40marco.buttulinkissue26683 messages
2016-12-12 12:13:40marco.buttucreate