question: how to clare the absolute url in a html file

Diez B. Roggisch deets at nospam.web.de
Thu Mar 23 09:04:59 EST 2006


dongdong wrote:

> to Diez B. Roggisch :
>  no, I won't to  use this way, its efficiency is very low as I need to
> replace all the '<a href="http:.//....'  tags into whitespace.
> I think whether there is any lib's function to do this.

Why do you think it is slow? It repelaces _all_ occurrences, in one sweep.
What do you expect to become faster?

Diez



More information about the Python-list mailing list