Terry J. Reedy <tjre...@udel.edu> added the comment:

test.test_codeop's test_incomplete is incomplete in that it tests several 
missing-closer single lines, like the above and "[x for x in (", all of which 
pass, but no corresponding multiple line snippets, like the above. The only 
multiple line snippets are for compound statements.  As far as I could see, the 
same is true for test_valid.

Are there similar tests for the REPL?  Are they more complete?  Should not both 
get the same tests?

----------
stage:  -> needs patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43163>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to