Comment 4 for bug 496721

Revision history for this message
Billie Cleek (cleekbi) wrote : Re: [Bug 496721] Re: space in url causes failure

The url was already being encoded in utf-8; all I did was to add
urllib.quote. would you like for me to submit a patch that tests for the
need to quote before calling urllib.quote? Or did you mean to create a unit
test?

Billie

sent from my droid

On Dec 25, 2009 4:55 AM, "Jelmer Vernooij" <email address hidden> wrote:

Thanks for the patch.

Please avoid UTF8-encoding the url, it should already be in UTF8.

It would also be nice to have a test for this, as we'd like to avoid
double escaping spaces.

-- space in url causes failure https://bugs.launchpad.net/bugs/496721 You
received this bug notifi...