mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Issue #1772673: The type of char* arguments now changed to const char*.
This commit is contained in:
parent
80ab13067e
commit
c679227e31
39 changed files with 148 additions and 137 deletions
|
|
@ -166,6 +166,8 @@ Library
|
|||
C API
|
||||
-----
|
||||
|
||||
- Issue #1772673: The type of `char*` arguments now changed to `const char*`.
|
||||
|
||||
- Issue #16129: Added a `Py_SetStandardStreamEncoding` pre-initialization API
|
||||
to allow embedding applications like Blender to force a particular
|
||||
encoding and error handler for the standard IO streams (initial patch by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue