diff --git a/test/simple_source/bug34/05_while1_if_continue.py b/test/simple_source/bug34/05_while1_if_continue.py index b0ec4adb..7a62de54 100644 --- a/test/simple_source/bug34/05_while1_if_continue.py +++ b/test/simple_source/bug34/05_while1_if_continue.py @@ -1,4 +1,5 @@ -# Bug in Python 3.4 somewhere after the first 200 programs +# Bug in Python 3.4 text_file.py +# Bug is handling: while true ... if ... continue def readline(b): a = 1 while True: