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

I am surprised for 2 reasons.  First, I have seen other improved messages in 
IDLE, though maybe only for syntax errors.  Second, code entered through IDLE 
is executed by Python, 'same' in this respect as code entered through the REPL.

In more detail, IDLE calls
  exec(compile(code, '<pyshell>', 'single', 0x200, True))
Still, 'int.reel' does not give the message while 'int.reel' in the exec above 
does.  I have no idea right now why the difference.

----------

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

Reply via email to