summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-24 21:33:24 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-24 21:33:24 (GMT)
commit554a3b82e40573846f893ffdfff230e1d908af57 (patch)
tree8ab602c52463479d9d7c7263d25ea77f62f4e4c2 /Misc
parentf0757a2937b4b341d828f68c1a857658fac01649 (diff)
downloadcpython-554a3b82e40573846f893ffdfff230e1d908af57.zip
cpython-554a3b82e40573846f893ffdfff230e1d908af57.tar.gz
cpython-554a3b82e40573846f893ffdfff230e1d908af57.tar.bz2
Issue #6662: Fix parsing of malformatted charref (&#bad;)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b094126..e2f0f0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ C-API
Library
-------
+- Issue #6662: Fix parsing of malformatted charref (&#bad;)
+
- Issue #8016: Add the CP858 codec.
- Issue #3924: Ignore cookies with invalid "version" field in cookielib.