Senthil Kumaran <sent...@uthcode.com> added the comment:

> So is the issue7311-3.diff patch fine? 

Just that it allows unquoted attrs for unicode too.

My previous suggestion was not to allow unquoted attribute values, but as the 
change is already made in 2.7 and discussion pointed out a portion in 4.1 spec 
which allows unquoted attrs for ASCII, it seems fine. html/parse.py will be bit 
more permissive than what the spec says.

> It changes the strict regex to match the 2.7 one, and leave the tolerant one 
> unchanged.

That is fine.

----------

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

Reply via email to