Il Sun, 15 Mar 2009 17:05:16 -0700, Chris Rebert ha scritto:
> On Sun, Mar 15, 2009 at 4:54 PM, gervaz wrote:
>> On Mar 16, 12:38 am, Graham Breed wrote:
>>> mattia wrote:
>>> > I'm using urlopen in order to download some web pages. I've always
>>> > to replace some characters that are in the ur
On Sun, Mar 15, 2009 at 4:54 PM, gervaz wrote:
> On Mar 16, 12:38 am, Graham Breed wrote:
>> mattia wrote:
>> > I'm using urlopen in order to download some web pages. I've always to
>> > replace some characters that are in the url, so I've come up with:
>> > url.replace("|", "%7C").replace("/", "
On Mar 16, 12:38 am, Graham Breed wrote:
> mattia wrote:
> > I'm using urlopen in order to download some web pages. I've always to
> > replace some characters that are in the url, so I've come up with:
> > url.replace("|", "%7C").replace("/", "%2F").replace(" ", "+").replace
> > (":", "%3A")
> > T
mattia wrote:
I'm using urlopen in order to download some web pages. I've always to
replace some characters that are in the url, so I've come up with:
url.replace("|", "%7C").replace("/", "%2F").replace(" ", "+").replace
(":", "%3A")
There isn't a better way of doing this?
Yeah, shame there's
On Sun, Mar 15, 2009 at 4:21 PM, mattia wrote:
> I'm using urlopen in order to download some web pages. I've always to
> replace some characters that are in the url, so I've come up with:
> url.replace("|", "%7C").replace("/", "%2F").replace(" ", "+").replace
> (":", "%3A")
> There isn't a better
I'm using urlopen in order to download some web pages. I've always to
replace some characters that are in the url, so I've come up with:
url.replace("|", "%7C").replace("/", "%2F").replace(" ", "+").replace
(":", "%3A")
There isn't a better way of doing this?
--
http://mail.python.org/mailman/list