summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-01-26 09:52:00 +0100
committerStefan Behnel <stefan_ml@behnel.de>2013-01-26 09:52:00 +0100
commit30ecbee88d1973a659fb4d6d238b83274bc2a35d (patch)
treed5b77e329a8462b4a21b4e3e8df7e52ff7c7f250
parent34dce1d72a8be615eb6b70edd715786c089d4db0 (diff)
downloadpython-lxml-30ecbee88d1973a659fb4d6d238b83274bc2a35d.tar.gz
changelog
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f6c77c08..2767a9d3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,9 @@ Features added
Bugs fixed
----------
+* LP#1104370: ``copy.copy(el.attrib)`` raised an exception. It now returns
+ a copy of itself as a plain Python dict.
+
* GH#95: When used with namespace prefixes, the ``el.find*()`` methods
always used the first namespace mapping that was provided for each
path expression instead of using the one that was actually passed