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 rhettinger
Recipients rhettinger
Date 2014-03-22.23:28:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395530929.17.0.0912248943658.issue21029@psf.upfronthosting.co.za>
In-reply-to
Content
Sometimes, IDLE displays "print" in orange, identifying it as a keyword and sometimes "print" is displayed in "purple" identifying it as a built-in function.

>>> print 'hello'          # This print is orange
hello

>>> for i in range(1):
	print ('hello')    # This print is purple

hello
History
Date User Action Args
2014-03-22 23:28:49rhettingersetrecipients: + rhettinger
2014-03-22 23:28:49rhettingersetmessageid: <1395530929.17.0.0912248943658.issue21029@psf.upfronthosting.co.za>
2014-03-22 23:28:49rhettingerlinkissue21029 messages
2014-03-22 23:28:49rhettingercreate