cpython/Tools/idle
Guido van Rossum aa2a7a4ae6 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.
1998-06-09 19:02:21 +00:00
..
tabnanny.py From: "Tim Peters" <tim_one@msn.com> 1998-06-09 19:02:21 +00:00