r'<a[^>]*>(.*?)</a>' With a slight modification that did exactly what I wanted, and yes the findall was the only way to get all that I needed as I buffered all the read.
Thanks a bunch. -- http://mail.python.org/mailman/listinfo/python-list
r'<a[^>]*>(.*?)</a>' With a slight modification that did exactly what I wanted, and yes the findall was the only way to get all that I needed as I buffered all the read.
Thanks a bunch. -- http://mail.python.org/mailman/listinfo/python-list