New submission from Vinay Sajip <vinay_sa...@yahoo.co.uk>:

The change to html.parser.tagfind in ba4baaddac8d is causing third-party code 
(Django) to fail. See

http://mail.python.org/pipermail/python-dev/2012-April/119074.html

for more information.

Other patterns which changed (e.g. attrfind_tolerant) might also lead to 
problems. As suggested in the python-dev thread, private versions of these 
patterns should be used and the existing public ones deprecated, where 
appropriate.

----------
keywords: 3.2regression
messages: 159421
nosy: ezio.melotti, vinay.sajip
priority: normal
severity: normal
status: open
title: Changes to html.parser break third-party code
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14679>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to