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 ezio.melotti
Recipients belopolsky, eric.araujo, ezio.melotti, fdrake, orsenthil, pluskid, python-dev, r.david.murray, v+python
Date 2011-04-07.02:03:24
SpamBayes Score 0.00027034205
Marked as misclassified No
Message-id <1302141805.44.0.347752924054.issue7311@psf.upfronthosting.co.za>
In-reply-to
Content
On 3.2 the patch changes only the range of chars matched by the regex when the attribute value doesn't have quotes and strict=True.

The parser already allowed unquotes attribute values even before the patch (in both strict and tolerant mode), but used an explicit list of allowed chars that was limited to the ASCII range.
History
Date User Action Args
2011-04-07 02:03:25ezio.melottisetrecipients: + ezio.melotti, fdrake, belopolsky, orsenthil, eric.araujo, v+python, r.david.murray, pluskid, python-dev
2011-04-07 02:03:25ezio.melottisetmessageid: <1302141805.44.0.347752924054.issue7311@psf.upfronthosting.co.za>
2011-04-07 02:03:24ezio.melottilinkissue7311 messages
2011-04-07 02:03:24ezio.melotticreate