Message 147620 - Python tracker (original) (raw)
Message147620
Author | ezio.melotti |
---|---|
Recipients | eric.araujo, ezio.melotti, python-dev, r.david.murray, teoryn |
Date | 2011-11-14.17:12:07 |
SpamBayes Score | 0.010406581 |
Marked as misclassified | No |
Message-id | 1321290728.24.0.545149592099.issue12629@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Fixed, thanks for the report! Apparently the correct way to parse <y z=""o"" /> is: starttag y attribute z with value "" attribute o"" with no value So this is what HTMLParser does now. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-11-14 17:12:08 | ezio.melotti | set | recipients: + ezio.melotti, eric.araujo, r.david.murray, python-dev, teoryn |
2011-11-14 17:12:08 | ezio.melotti | set | messageid: 1321290728.24.0.545149592099.issue12629@psf.upfronthosting.co.za |
2011-11-14 17:12:07 | ezio.melotti | link | issue12629 messages |
2011-11-14 17:12:07 | ezio.melotti | create |