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

In IDLE Shell, with either ^C or ^D,

>> try:
...     input('??')
... except:
...     'done'
... 
...     
??
'done'

'getpass.getpass('??') does same after printing warning from line 100 that 
fallback_getpass is being used.  The newline may be supplied by IDLE, not sure.

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

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

Reply via email to