Connecting Tech Pros Worldwide Forums | Help | Site Map

URL encoding

vvangelovski@gmail.com
Guest
 
Posts: n/a
#1: Mar 24 '08
Is there any method in the standard modules that can perform proper
url encoding according to RFC?

binaryj
Guest
 
Posts: n/a
#2: Mar 24 '08

re: URL encoding


On Mar 24, 7:04 pm, vvangelov...@gmail.com wrote:
Quote:
Is there any method in the standard modules that can perform proper
url encoding according to RFC?
whats wrong with the current encoding ??? it just works fine!!!

or is it that u dont know about urllib.urlencode() ??
Stefan Behnel
Guest
 
Posts: n/a
#3: Mar 24 '08

re: URL encoding


binaryj wrote:
Quote:
On Mar 24, 7:04 pm, vvangelov...@gmail.com wrote:
Quote:
>Is there any method in the standard modules that can perform proper
>url encoding according to RFC?
>
whats wrong with the current encoding ??? it just works fine!!!
>
or is it that u dont know about urllib.urlencode() ??
I think that was obvious from the question, no need to spill punctuation marks
all over the place.

Stefan
Closed Thread