URL encoding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vvangelovski@gmail.com

    URL encoding

    Is there any method in the standard modules that can perform proper
    url encoding according to RFC?
  • binaryj

    #2
    Re: URL encoding

    On Mar 24, 7:04 pm, vvangelov...@gm ail.com wrote:
    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.urlencod e() ??

    Comment

    • Stefan Behnel

      #3
      Re: URL encoding

      binaryj wrote:
      On Mar 24, 7:04 pm, vvangelov...@gm ail.com wrote:
      >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.urlencod e() ??
      I think that was obvious from the question, no need to spill punctuation marks
      all over the place.

      Stefan

      Comment

      Working...