mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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 string formats.
This commit is contained in:
parent
edc5d20f3b
commit
06e49dd029
5 changed files with 317 additions and 5 deletions
|
|
@ -12,6 +12,10 @@ What's New in Python 3.2 Alpha 1?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- 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
|
||||
string formats.
|
||||
|
||||
- Issue #7490: to facilitate sharing of doctests between 2.x and 3.x test
|
||||
suites, the IGNORE_EXCEPTION_DETAIL directive now also ignores the module
|
||||
location of the raised exception.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue