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 ncoghlan
Recipients eric.snow, ncoghlan
Date 2011-07-25.07:22:38
SpamBayes Score 0.060415775
Marked as misclassified No
Message-id <1311578559.54.0.63560602675.issue12633@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for making this limitation explicit. See the caveat on locals() [1] for an example of how to note this kind of restriction.

[1] http://docs.python.org/dev/library/functions.html#locals
History
Date User Action Args
2011-07-25 07:22:39ncoghlansetrecipients: + ncoghlan, eric.snow
2011-07-25 07:22:39ncoghlansetmessageid: <1311578559.54.0.63560602675.issue12633@psf.upfronthosting.co.za>
2011-07-25 07:22:39ncoghlanlinkissue12633 messages
2011-07-25 07:22:38ncoghlancreate