commit | 04ee3375fb403ce7ba554fb062e2c60e847d7ad4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 24 21:37:28 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 24 21:37:28 2010 +0000 |
tree | 9217c0bcc9bad0880b2d115b7818565195b894a1 | |
parent | 554a3b82e40573846f893ffdfff230e1d908af57 [diff] [blame] |
Add the author of the last fix (Issue #6662)
diff --git a/Misc/NEWS b/Misc/NEWS index e2f0f0c..7b74743 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,7 +29,8 @@ Library ------- -- Issue #6662: Fix parsing of malformatted charref (&#bad;) +- Issue #6662: Fix parsing of malformatted charref (&#bad;), patch written by + Fredrik Håård - Issue #8016: Add the CP858 codec.