mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
The 1.5.1 tabnanny.py suffers an assert error if fed a script whose last
line is both indented and lacks a newline:
if 1:
print 'oh fudge' # no newline here:
The attached version repairs that.
|
||
|---|---|---|
| .. | ||
| tabnanny.py | ||