Add the author of the last fix (Issue #6662)

This commit is contained in:
Victor Stinner 2010-05-24 21:37:28 +00:00
parent 554a3b82e4
commit 04ee3375fb
2 changed files with 3 additions and 1 deletions

View File

@ -860,3 +860,4 @@ Siebren van der Zee
Uwe Zessin Uwe Zessin
Tarek Ziadé Tarek Ziadé
Peter Åstrand Peter Åstrand
Fredrik Håård

View File

@ -29,7 +29,8 @@ C-API
Library 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. - Issue #8016: Add the CP858 codec.