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 terry.reedy
Recipients andbj, georg.brandl, gvanrossum, pitrou, terry.reedy
Date 2009-10-08.19:02:02
SpamBayes Score 0.0027931763
Marked as misclassified No
Message-id <1255028523.68.0.374583006782.issue7083@psf.upfronthosting.co.za>
In-reply-to
Content
I think the doc is clear enough if one reads and believes it.  The main
doc is "Update and return a dictionary representing the current local
symbol table." That pretty clearly says that subsequent changes to the
local symbol table may make the dict out of date until updated by a
subsequent call.
History
Date User Action Args
2009-10-08 19:02:03terry.reedysetrecipients: + terry.reedy, gvanrossum, georg.brandl, pitrou, andbj
2009-10-08 19:02:03terry.reedysetmessageid: <1255028523.68.0.374583006782.issue7083@psf.upfronthosting.co.za>
2009-10-08 19:02:02terry.reedylinkissue7083 messages
2009-10-08 19:02:02terry.reedycreate