]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add the author of the last fix (Issue #6662)
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 24 May 2010 21:37:28 +0000 (21:37 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 24 May 2010 21:37:28 +0000 (21:37 +0000)
Misc/ACKS
Misc/NEWS

index 0aa7966195ce1b450396164a1650bd72de27705d..a47e2c5dc28f8c14e11ec7d0d5311cef54811d13 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -860,3 +860,4 @@ Siebren van der Zee
 Uwe Zessin
 Tarek Ziadé
 Peter Åstrand
+Fredrik Håård
index e2f0f0ccf8e5b5a6fcda33b7ec86bf65ab9871fd..7b74743359e66cc0a4cb0df94d336929cd21d75d 100644 (file)
--- 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.