diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-07 08:19:02 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-07 08:19:02 -0400 |
commit | 269157a8f40dfdac082f39befd69f170263d2ce1 (patch) | |
tree | 6de82a5e216da6dc16430a94e2ed411e920d372a /NEWS.txt | |
parent | c4ce22b415ab81ba0e3fb4a3fb28f4ce68dccbde (diff) |
Now that lxml's segfault on invalid doctype has been fixed, fix a
corresponding problem on the Beautiful Soup end that was previously
invisible. [bug=984936]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ * Fix a bug by which keyword arguments to find_parent() were not being passed on. [bug=1126734] +* Now that lxml's segfault on invalid doctype has been fixed, fix a + corresponding problem on the Beautiful Soup end that was previously + invisible. [bug=984936] + = 4.1.3 (20120820) = * Skipped a test under Python 2.6 and Python 3.1 to avoid a spurious |