URLs and ampersands

Paul Rubin http
Wed Aug 6 00:24:24 EDT 2008


Steven D'Aprano <steve at REMOVE-THIS-cybersource.com.au> writes:
> I could just do a string replace, but is there a "right" way to escape 
> and unescape URLs? I've looked through the standard lib, but I can't find 
> anything helpful.

xml.sax.utils.unescape()



More information about the Python-list mailing list