]> granicus.if.org Git - python/commitdiff
Issue #850997: Oops, I forgot the author of the patch: Mark Hammond
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 16 Jun 2010 23:48:49 +0000 (23:48 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 16 Jun 2010 23:48:49 +0000 (23:48 +0000)
Misc/NEWS

index e56711ccb60c724f5440b3d8b5cd93af6990f294..7f8ccef6c8a3ebf1eeaa51bd91a8296a11452e41 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,7 +15,7 @@ Core and Builtins
 - Issue #850997: mbcs encoding (Windows only) handles errors argument: strict
   mode raises unicode errors. The encoder only supports "strict" and "replace"
   error handlers, the decoder only supports "strict" and "ignore" error
-  handlers.
+  handlers. Patch written by Mark Hammond.
 
 - Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
   formats if the string contains a null byte/character. Write unit tests for