mirror of https://github.com/python/cpython
Issue #850997: Oops, I forgot the author of the patch: Mark Hammond
This commit is contained in:
parent
554f3f0081
commit
2bdab24063
|
@ -15,7 +15,7 @@ Core and Builtins
|
||||||
- Issue #850997: mbcs encoding (Windows only) handles errors argument: strict
|
- Issue #850997: mbcs encoding (Windows only) handles errors argument: strict
|
||||||
mode raises unicode errors. The encoder only supports "strict" and "replace"
|
mode raises unicode errors. The encoder only supports "strict" and "replace"
|
||||||
error handlers, the decoder only supports "strict" and "ignore" error
|
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"
|
- 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
|
formats if the string contains a null byte/character. Write unit tests for
|
||||||
|
|
Loading…
Reference in New Issue