[Twisted-Python] URL encoding

Jean-Paul Calderone exarkun at divmod.com
Mon Mar 24 10:33:37 EDT 2008


On Mon, 24 Mar 2008 14:48:22 +0100, Vasil Vangelovski <vvangelovski at gmail.com> wrote:
>Is there any method in twisted that does proper url encoding? For
>example 'http://www.example.com/part1 part2.html' ->
>'http://www.example.com/part1%20part2.html'
>

See the stdlib urllib module for APIs for manipulating URLs.

Jean-Paul




More information about the Twisted-Python mailing list