]> 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:06:29 +0000 (21:06 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 6 Oct 1997 21:06:29 +0000 (21:06 +0000)
commitdc1a072e02096480520020f0fa37f4d5995a8b43
tree3653c46cf7d1b64ef1a6af63bbf77463fecc7675
parent1f83ccee88c9f0b9f3fdc5f025e538e41c0cb5a3
Reduced number of temporary names used at module scope.  Use underscores in
front of temporary names in the module namespace.
Lib/symbol.py