return locals and cells in get_locals() not bound globals, though
commit4086c8782f506fad4c31b31f8f0390f466ecaaf5
authorbenjamin.peterson <benjamin.peterson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 28 Jun 2009 19:27:55 +0000 (28 19:27 +0000)
committerbenjamin.peterson <benjamin.peterson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 28 Jun 2009 19:27:55 +0000 (28 19:27 +0000)
tree80173ccc67e15eec90415c7069f0ec2d86a5d15d
parentf214f801e9bdd119c9f0498c36ec1e615bb8fb0c
return locals and cells in get_locals() not bound globals, though

git-svn-id: http://svn.python.org/projects/python/trunk@73627 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/symtable.py
Lib/test/test_symtable.py