March 24, 2008
7:40 a.m.
On Mon, Mar 24, 2008 at 7:48 AM, Vasil Vangelovski <vvangelovski@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'
What about urllib.quote or urllib.urlencode? http://docs.python.org/lib/module-urllib.html ~ Nathan