SGMLParser questions

Mike Rovner mike at bindkey.com
Tue Apr 22 21:22:32 EDT 2003


"Tung Wai Yip" <tungwaiyip at yahoo.com> wrote in message

>   attributes.get['src']
>
> but this doesn't work for the list. Is there some short cut to
> retrieve value in a list of (name, value) pairs?

dict(attributes).get['src']









More information about the Python-list mailing list