j
k
j a
j l
in module 'urllib' quote (string[, safe]) Replace special characters in string using the "%xx" escape.
in module 'urllib'
quote (string[, safe]) Replace special characters in string using the "%xx" escape.
Doesn't work like that here.
......import urllib urllib.quote('lösning') 'l\366sning'
...import urllib urllib.quote('lösning') 'l\366sning'
import urllib urllib.quote('lösning') 'l\366sning'
Am I doing anything wrong? :-P /Magnus
Back to the thread
Back to the list