summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-02-21 16:37:59 -0500
committerTres Seaver <tseaver@palladion.com>2015-02-21 16:37:59 -0500
commit755c2e01afec9cbfbebf3fc672f0d16fd7ea9266 (patch)
tree51970e0f23b1543c59aa356ba2cf1ab955043dea /CHANGES.rst
parent26bf22464e5d19070c24820066e87895f5318f56 (diff)
downloadzope-tal-755c2e01afec9cbfbebf3fc672f0d16fd7ea9266.tar.gz
Suppress 'conver_charrefs' deprecation under Python 3.4.
Also, ensure that changed behavior in Python 3.5 won't affect us.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5da59ee..616b20f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,9 @@ Changes
4.1.1 (unreleased)
------------------
-- TBD
+- Suppress deprecation under Python 3.4 for default ``convert_charrefs``
+ argument (passed to ``HTMLParser``). Also ensures that upcoming change
+ to the default in Python 3.5 will not affect us.
4.1.0 (2014-12-19)