From: Victor Stinner Date: Mon, 24 May 2010 21:37:28 +0000 (+0000) Subject: Add the author of the last fix (Issue #6662) X-Git-Tag: v2.7rc1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04ee3375fb403ce7ba554fb062e2c60e847d7ad4;p=thirdparty%2FPython%2Fcpython.git Add the author of the last fix (Issue #6662) --- diff --git a/Misc/ACKS b/Misc/ACKS index 0aa7966195ce..a47e2c5dc28f 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -860,3 +860,4 @@ Siebren van der Zee Uwe Zessin Tarek Ziadé Peter Åstrand +Fredrik Håård diff --git a/Misc/NEWS b/Misc/NEWS index e2f0f0ccf8e5..7b74743359e6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,7 +29,8 @@ C-API 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.