python - How do I make backslash (\) work in IDLE? -


i use mac , use shift + alt + / when want type \. i'm trying learn python , can see \ works fine, not in idle.

how make backslash (\) work in idle?

since problem still persists on osx 10.8 python 2.7.5 , 3.3.2 , since first google hit when searching backslash idle here more practical solution instead of copy , pasting: go to:

idle->preferences->keys 

under action-keys replace:

expand-word <option-key-slash> 

with instance:

expand-word <control-option-key-slash> 

this should fix it.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -