This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients davidism, docs@python, iritkatriel, terry.reedy, untitaker
Date 2022-01-21.20:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642797084.77.0.871013379137.issue24711@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-01-21 20:31:24terry.reedysetrecipients: + terry.reedy, docs@python, untitaker, davidism, iritkatriel
2022-01-21 20:31:24terry.reedysetmessageid: <1642797084.77.0.871013379137.issue24711@roundup.psfhosted.org>
2022-01-21 20:31:24terry.reedylinkissue24711 messages
2022-01-21 20:31:24terry.reedycreate