diff options
author | Guido van Rossum <guido@python.org> | 1998-06-09 19:02:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-06-09 19:02:21 (GMT) |
commit | aa2a7a4ae669a3fa6331b29429f6cf29b04dde91 (patch) | |
tree | 61b3b9efc449e57a0e9a1d4d3f8ba993a6b2d3da /Lib/threading.py | |
parent | cd5a5f627a4b30aacc1991feca5bc7f48ef7584d (diff) | |
download | cpython-aa2a7a4ae669a3fa6331b29429f6cf29b04dde91.zip cpython-aa2a7a4ae669a3fa6331b29429f6cf29b04dde91.tar.gz cpython-aa2a7a4ae669a3fa6331b29429f6cf29b04dde91.tar.bz2 |
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.
Diffstat (limited to 'Lib/threading.py')
0 files changed, 0 insertions, 0 deletions