On Thu, 2009-05-07 at 15:38 +0000, Clint Adams wrote: > Is the breakage with newer versions due to <script> tags? > http://bugs.python.org/issue670664
The problem is that a particular parsing library in the Python standard library (sgmllib or something like that) was deprecated in 2.6, so BeautifulSoup switch to using a different, worse standard library. C'est la vie. Dan _______________________________________________ Libre-fm mailing list [email protected] http://lists.autonomo.us/mailman/listinfo/libre-fm
