From: "Tim Peters" <tim_one@msn.com>
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. G
Guido van Rossum committed
aa2a7a4ae669a3fa6331b29429f6cf29b04dde91
Parent: cd5a5f6