Make tabnanny recognize IndentationErrors raised by tokenize.
authorGeorg Brandl <georg@python.org>
Mon, 14 Aug 2006 21:34:08 +0000 (21:34 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 14 Aug 2006 21:34:08 +0000 (21:34 +0000)
commit2463f8f831bdf7ed562a26a13a6214f203f0b037
treed0cb99f5c7ce3624a210f436117b8cfa7eb63445
parent26a07b5198e47d7874eef14e15dee2cc0e644cb9
Make tabnanny recognize IndentationErrors raised by tokenize.
Add a test to test_inspect to make sure indented source
is recognized correctly. (fixes #1224621)
Lib/tabnanny.py
Lib/test/inspect_fodder2.py
Lib/test/test_inspect.py
Lib/tokenize.py