diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2015-02-16 21:35:23 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2015-02-16 21:35:23 +0100 |
| commit | 122b037dfcafca6a78419f779003a23a1037331f (patch) | |
| tree | f92e3c0620d9dcdf9ec504442a0207067fa93bc6 | |
| parent | ec094e32fe5ae85b708d18d3c0de33d2b0b6e89f (diff) | |
| download | python-lxml-122b037dfcafca6a78419f779003a23a1037331f.tar.gz | |
changelog
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ff51bd94..1614cd74 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,9 @@ lxml changelog Bugs fixed ---------- +* LP#1421927: DOCTYPE system URLs were incorrectly quoted when containing + double quotes. Patch by Olli Pottonen. + * LP#1419354: meta-redirect URLs were incorrectly processed by ``iterlinks()`` if preceded by whitespace. |
