Python IDLE syntax coloring (highlighting) of print inconsistent?
问题 Is Python IDLE consistent regarding syntax coloring (highlighting) of print? I tested using IDLE 2.7.2. Sometimes it recognizes as a keyword. Sometimes as built-in ( such as list() or tuple() ). Both of them are, IMHO, correct; so IDLE is inconsistent? Let me know your opinion. KW Added a screenshot 2012 04 01 18:27 KST (April fool's day but the shot is true.) Link to my screenshot How I made this: Second print will be built-in from the beginning. The last(=fourth) print is more tricky. First