Issue #850997: Oops, I forgot the author of the patch: Mark Hammond

This commit is contained in:
Victor Stinner 2010-06-16 23:48:49 +00:00
parent 554f3f0081
commit 2bdab24063
1 changed files with 1 additions and 1 deletions

View File

@ -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