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 eric.snow
Recipients amaury.forgeotdarc, bgailer, docs@python, eric.snow, techtonik
Date 2013-03-27.18:01:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364407302.28.0.640979739963.issue17546@psf.upfronthosting.co.za>
In-reply-to
Content
I should also point out that the following from that note may actually also be a CPython implementation detail:

   Each call to locals() will return the same dictionary, updated to
   the contents of the current local symbol table.

We'd want to be sure that such should be expected from all implementations (since it basically adds to the language specification).  Otherwise it should also go in an impl-detail note.
History
Date User Action Args
2013-03-27 18:01:42eric.snowsetrecipients: + eric.snow, amaury.forgeotdarc, techtonik, bgailer, docs@python
2013-03-27 18:01:42eric.snowsetmessageid: <1364407302.28.0.640979739963.issue17546@psf.upfronthosting.co.za>
2013-03-27 18:01:42eric.snowlinkissue17546 messages
2013-03-27 18:01:42eric.snowcreate