Re: Conversion of http escape characters

ngs@ukc.ac.uk
Wed, 15 Jun 94 09:34 BST

In article <9406141858.AA05790=guido@voorn.cwi.nl> you write:
>The standard module urllib has a solution for this:
>
> >>> import urllib
> >>> urllib.unquote('foo%41bar')
> 'fooAbar'
> >>>

Is there documentation for these modules? Other than the source of course :-)

Thanks,

Neil.