mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Python 3.14.0b3
This commit is contained in:
parent
c1735c5b4e
commit
26d485d122
62 changed files with 631 additions and 146 deletions
|
|
@ -1811,7 +1811,7 @@ object.
|
|||
On success, return ``0``.
|
||||
On error, set an exception, leave the writer unchanged, and return ``-1``.
|
||||
|
||||
.. versionadded:: next
|
||||
.. versionadded:: 3.14
|
||||
|
||||
.. c:function:: int PyUnicodeWriter_WriteWideChar(PyUnicodeWriter *writer, const wchar_t *str, Py_ssize_t size)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue