mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
Fix com_NEWLINE() so that is accepts arguments, which occurs for lines like:
stmt; # note trailing semicolon
Add XXX about checking for assignment to list comps
|
||
|---|---|---|
| .. | ||
| compiler | ||
| ast.txt | ||
| astgen.py | ||
| compile.py | ||
| demo.py | ||
| dumppyc.py | ||
| regrtest.py | ||
| setup.py | ||