This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients belopolsky, eric.araujo, ezio.melotti, fdrake, orsenthil, pluskid, python-dev, r.david.murray, v+python
Date 2011-04-07.01:27:54
SpamBayes Score 0.00014279579
Marked as misclassified No
Message-id <1302139675.5.0.0781434376181.issue7311@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-04-07 01:27:55orsenthilsetrecipients: + orsenthil, fdrake, belopolsky, ezio.melotti, eric.araujo, v+python, r.david.murray, pluskid, python-dev
2011-04-07 01:27:55orsenthilsetmessageid: <1302139675.5.0.0781434376181.issue7311@psf.upfronthosting.co.za>
2011-04-07 01:27:54orsenthillinkissue7311 messages
2011-04-07 01:27:54orsenthilcreate