mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Issue #26198: ValueError is now raised instead of TypeError on buffer
overflow in parsing "es#" and "et#" format units. SystemError is now raised instead of TypeError on programmical error in parsing format string.
This commit is contained in:
parent
3e17c788a8
commit
4cd63ef67a
4 changed files with 20 additions and 8 deletions
|
|
@ -713,6 +713,13 @@ Tools/Demos
|
|||
- Issue #25154: The pyvenv script has been deprecated in favour of
|
||||
`python3 -m venv`.
|
||||
|
||||
C API
|
||||
-----
|
||||
|
||||
- Issue #26198: ValueError is now raised instead of TypeError on buffer
|
||||
overflow in parsing "es#" and "et#" format units. SystemError is now raised
|
||||
instead of TypeError on programmical error in parsing format string.
|
||||
|
||||
|
||||
What's New in Python 3.5.1 final?
|
||||
=================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue