Posted September 22, 2026 by Rozsoft
Python68K 0.7.1
• Scripts and -c now set __name__ to "__main__"; imported modules keep their real import name (including when used via an alias).
• return a, b is parsed as a tuple (assignment RHS), matching multiple-assignment style.
• Docs: --debug statistics explained in docs/debug-statistics.md.
• New example: examples/maze.py.