We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f4598 commit 53cd937Copy full SHA for 53cd937
Doc/c-api/unicode.rst
@@ -372,6 +372,8 @@ APIs:
372
*requested_formats* can be a single format or a combination of the formats
373
in the table above.
374
375
+ Note that future versions of Python may introduce additional formats.
376
+
377
.. versionadded:: 3.14
378
379
@@ -384,7 +386,7 @@ APIs:
384
386
385
387
.. c:function:: PyObject* PyUnicode_Import(const void *data, Py_ssize_t nbytes, uint32_t format)
388
- Import a string from the *format* format.
389
+ Create a string object from a buffer in an “export format”.
390
391
* Return a reference to a new string object on success.
392
* Set an exception and return ``NULL`` on error.
0 commit comments