]> granicus.if.org Git - python/commit
Reduced number of temporary names used at module scope. Use underscores in
authorFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:28:04 +0000 (21:28 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:28:04 +0000 (21:28 +0000)
commite3dbc7e42269613fee01a323bbe5d23584ed3ba3
treedf1fa4b75f0df9f5c4d4bf85ffba3c7f3d09ade4
parent00eb96a1263924729d097fc64db4e2e2873c6e3a
Reduced number of temporary names used at module scope.  Use underscores in
front of temporary names in the module namespace.
Lib/token.py