diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-24 21:33:24 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-24 21:33:24 (GMT) |
commit | 554a3b82e40573846f893ffdfff230e1d908af57 (patch) | |
tree | 8ab602c52463479d9d7c7263d25ea77f62f4e4c2 /Misc | |
parent | f0757a2937b4b341d828f68c1a857658fac01649 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |