[issue14679] Changes to html.parser break third-party code

Vinay Sajip report at bugs.python.org
Thu Apr 26 22:06:13 CEST 2012


New submission from Vinay Sajip <vinay_sajip at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14679>
_______________________________________


More information about the Python-bugs-list mailing list