summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-04-28 13:18:10 +0200
committerStefan Behnel <stefan_ml@behnel.de>2013-04-28 13:18:10 +0200
commit785f4828ed8e2f1a455191013be77ba5114a6916 (patch)
tree33fe9b5c4c70ef8d25526b1f5e99504b00ae7803
parentc6f1b6fd48c2da36ac847e1013c1282c901e41e0 (diff)
downloadpython-lxml-785f4828ed8e2f1a455191013be77ba5114a6916.tar.gz
changelog
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index acae7104..d39614c7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,8 +11,8 @@ Features added
Bugs fixed
----------
-* LP#673205: Parsing from a string disabled network access in the default
- parser and made subsequent attempts to parse from a URL fail.
+* LP#673205: Parsing from in-memory strings disabled network access in the
+ default parser and made subsequent attempts to parse from a URL fail.
* LP#715687: lxml.html.clean no longer discards scripts that are explicitly
allowed by the user provided whitelist.