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 Juan
Recipients Juan, terry.reedy
Date 2017-02-21.23:27:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487719662.64.0.83331129178.issue29616@psf.upfronthosting.co.za>
In-reply-to
Content
This bug can be recreated by opening a file whose content is "input()" with IDLE, press F5 and the shell opens as expected. Without making the input in the shell stop, press F5 in the script again. In Python 3.5 IDLE only take input until another F5 (or Ctrl+F6) in the script. In Python 3.6 IDLE only take input until an Enter is pressed or another F5 (or Ctrl+F6) in the script.
History
Date User Action Args
2017-02-21 23:27:42Juansetrecipients: + Juan, terry.reedy
2017-02-21 23:27:42Juansetmessageid: <1487719662.64.0.83331129178.issue29616@psf.upfronthosting.co.za>
2017-02-21 23:27:42Juanlinkissue29616 messages
2017-02-21 23:27:42Juancreate