summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-03-24 11:00:42 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-03-24 11:00:42 -0400
commit8a511751f6a4b0c6f789695d000bf1f6074ce15d (patch)
tree865dbe31605a3df8e4993a0d84ee5c4e68484377 /NEWS.txt
parentc8eb3028cc509eb603e8b113c66f7c4eeee828b9 (diff)
Pass data into XMLParser.feed() in chunks. [bug=963880]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 097ee43..c423803 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,8 @@
= 4.0.2 () =
+* Worked around a possible bug in lxml that prevents non-tiny XML
+ documents from being parsed. [bug=963880, bug=963936]
+
* Fixed a bug where specifying `text` while searching for a tag only
worked if `text` specified an exact string match. [bug=955942]