cpython/Lib/compiler
Jeremy Hylton 6383c2d1a6 Fix SF bug #479186: compiler generates bad code for "del"
Fix by Neil Schemenauer.  Visit the Subscript node when trying to find
the operation for a statement.

XXX Not sure if there are other nodes that should be visited.
2001-11-09 16:24:34 +00:00
..
__init__.py Whitespace normalization. 2001-10-18 21:57:37 +00:00
ast.py Whitespace normalization. 2001-10-18 21:57:37 +00:00
consts.py del no longer necessary now that new module is gone 2001-09-14 22:54:48 +00:00
future.py Whitespace normalization. 2001-10-18 21:57:37 +00:00
misc.py Whitespace normalization. 2001-10-18 21:57:37 +00:00
pyassem.py Whitespace normalization. 2001-10-18 21:57:37 +00:00
pycodegen.py Fix SF bug #479186: compiler generates bad code for "del" 2001-11-09 16:24:34 +00:00
symbols.py Whitespace normalization. 2001-10-18 21:57:37 +00:00
syntax.py Last set of change to get regression tests to pass 2001-09-17 19:33:48 +00:00
transformer.py Whitespace normalization. 2001-10-18 21:57:37 +00:00
visitor.py Whitespace normalization. 2001-10-18 21:57:37 +00:00