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

This has been proposed and rejected before.  So I think a pydev discussion and 
steering council decision would be needed to change.

The current rule in interactive mode is that typing an expression statement 
echoes the representation of the resulting object.  The proposal is make a 
rather startling exception to the rule.  The premise is that "the program knows 
what I meant".

However, that is a too-successful illusion.  'The program' has no idea what one 
meant other than to print the repr(ob).  Some coredevs had the idea to *guess* 
what was meant and to give two functions an exceptional representation with a 
message that would be correct when the guess is correct.

In the other hand, special-casing 'quit\n' and 'exit\n' could be seen as 
analogous to special-casing '^Z\n'.  And the patch restricts the special 
casing, without complicated code, to exactly those sequences of keystrokes.

----------
nosy: +terry.reedy

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

Reply via email to