diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-20 10:20:40 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-20 10:20:40 -0400 |
commit | a4d113a2f6648d7f97d29bbbd2634949a4050eb0 (patch) | |
tree | d74845850aa94bb8899ae175fe32a6ec08321e1a /NEWS.txt | |
parent | 9f370bad91d80570a57156f53c6a9efc918ff90f (diff) |
Gave new_string() the ability to create subclasses of
NavigableString. [bug=1181986]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ = 4.2.1 (Unreleased) = +* Gave new_string() the ability to create subclasses of + NavigableString. [bug=1181986] + * Fixed test failures when lxml is not installed. [bug=1181589] * html5lib now supports Python 3. Fixed some Python 2-specific |