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 peter.otten
Recipients peter.otten
Date 2013-11-27.08:42:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385541762.06.0.369087004664.issue19808@psf.upfronthosting.co.za>
In-reply-to
Content
For example when you type

>>> input("What shall I do? ")
Run for your life!

in its shell window IDLE shows the 'for' as if it were a keyword. The same happens if you run a script that requires user interaction.
History
Date User Action Args
2013-11-27 08:42:42peter.ottensetrecipients: + peter.otten
2013-11-27 08:42:42peter.ottensetmessageid: <1385541762.06.0.369087004664.issue19808@psf.upfronthosting.co.za>
2013-11-27 08:42:42peter.ottenlinkissue19808 messages
2013-11-27 08:42:41peter.ottencreate