diff options
Diffstat (limited to 'Include/pyport.h')
-rw-r--r-- | Include/pyport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index fb57ace..92ce3ae 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -107,6 +107,7 @@ typedef Py_intptr_t Py_ssize_t; * PyString_FromFormat * PyErr_Format * PyString_FromFormatV + * PyUnicode_FromFormatV * * Lower-level uses require that you interpolate the correct format modifier * yourself (e.g., calling printf, fprintf, sprintf, PyOS_snprintf); for |