commit | 554a3b82e40573846f893ffdfff230e1d908af57 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 24 21:33:24 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 24 21:33:24 2010 +0000 |
tree | 8ab602c52463479d9d7c7263d25ea77f62f4e4c2 | |
parent | f0757a2937b4b341d828f68c1a857658fac01649 [diff] [blame] |
Issue #6662: Fix parsing of malformatted charref (&#bad;)
diff --git a/Misc/NEWS b/Misc/NEWS index b094126..e2f0f0c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,8 @@ 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.