]> granicus.if.org Git - python/commit
Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPL...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Jul 2012 22:01:22 +0000 (00:01 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Jul 2012 22:01:22 +0000 (00:01 +0200)
commite970dc757cc2795e5dabf542fd002b540b3d7bc2
tree6df66247981b6c89a497918c397c301c6e8858ee
parente683ef55fca11d940794dde000d554e2b6c8f513
Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT).
Patch by Arfrever.
Lib/compiler/consts.py
Lib/compiler/pycodegen.py
Lib/compiler/symbols.py