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, terry.reedy
Date 2013-11-30.09:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385805395.0.0.137548563839.issue19808@psf.upfronthosting.co.za>
In-reply-to
Content
I think the prompt can easily be treated differently because it is written to stderr. 
I don't see a difference for user input between input() and raw_input() on Linux with Python 2.7.2+ -- syntax-highlighting is applied to both.
History
Date User Action Args
2013-11-30 09:56:35peter.ottensetrecipients: + peter.otten, terry.reedy
2013-11-30 09:56:35peter.ottensetmessageid: <1385805395.0.0.137548563839.issue19808@psf.upfronthosting.co.za>
2013-11-30 09:56:34peter.ottenlinkissue19808 messages
2013-11-30 09:56:34peter.ottencreate