cpython/Lib/compiler
Jeremy Hylton 2e4cc7e0d8 Last set of change to get regression tests to pass
Remove the only test in the syntax module.  It ends up that the
transformer must handle this error case.

In the transformer, check for a list compression in com_assign_list()
by looking for a list_for node where a comma is expected.

In pycodegen.compile() re-raise the SyntaxError rather than catching
it and exiting
2001-09-17 19:33:48 +00:00
..
__init__.py typo 2001-04-09 04:23:55 +00:00
ast.py the names attribute of Global is not a node 2001-09-14 22:40:36 +00:00
consts.py del no longer necessary now that new module is gone 2001-09-14 22:54:48 +00:00
future.py Track removal of doc string from Module().nodes[0] 2001-08-18 00:07:46 +00:00
misc.py Add utility to set filename attribute on all nodes 2001-09-17 18:02:21 +00:00
pyassem.py Various sundry changes for 2.2 compatibility 2001-09-14 22:49:08 +00:00
pycodegen.py Last set of change to get regression tests to pass 2001-09-17 19:33:48 +00:00
symbols.py The object-being sliced in an assignment to a slice is referenced, not 2001-09-14 22:45:57 +00:00
syntax.py Last set of change to get regression tests to pass 2001-09-17 19:33:48 +00:00
transformer.py Last set of change to get regression tests to pass 2001-09-17 19:33:48 +00:00
visitor.py Change default() to use getChildNodes() instead of getChildren() 2001-08-29 18:17:22 +00:00