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

I am not sure if 3 compiles are always needed.  At one time, compile required a 
final '\n' to not raise, but that is no longer true.  And as near as I can 
tell, 'code without final newline\n' and 'code without final newline\n\n' 
always compile the same.  Certainly, Shell does not need to compile without a 
final newline.  But we can look at this in a separate issue.  If IDLE's 
requirement is different from code.II's, I believe it could pass its own 
compile function.

----------

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

Reply via email to