diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-20 09:40:13 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-20 09:40:13 -0400 |
commit | 9f370bad91d80570a57156f53c6a9efc918ff90f (patch) | |
tree | 0484f795e984ef8a19cb88c772fee1d2f30f94ef /NEWS.txt | |
parent | dae9722244850754533647c77f418f626ba05124 (diff) |
html5lib now supports Python 3. Fixed some Python 2-specific
code in the html5lib test suite. [bug=1181624]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ += 4.2.1 (Unreleased) = + +* Fixed test failures when lxml is not installed. [bug=1181589] + +* html5lib now supports Python 3. Fixed some Python 2-specific + code in the html5lib test suite. [bug=1181624] + = 4.2.0 (20130514) = * The Tag.select() method now supports a much wider variety of CSS |