What steps will reproduce the problem?
1. Run the following code:
while 1:
print("blah")
What is the expected output? What do you see instead?
tinypy should raise an IndentationError exception because there is an
indentation block missing before the print statement. Instead, tinypy
executes the code normally.
Please use labels and text to provide additional information.
Original issue reported on code.google.com by denis.ka...@gmail.com on 4 Sep 2008 at 6:48
Original issue reported on code.google.com by
denis.ka...@gmail.com
on 4 Sep 2008 at 6:48