Update a comment with more details.

This commit is contained in:
Gregory P. Smith 2010-02-27 08:33:11 +00:00
parent b6e8c7e8fb
commit cc47d8c8d4
1 changed files with 2 additions and 1 deletions

View File

@ -1609,7 +1609,8 @@ PyUnicode_DecodeFSDefaultAndSize(const char *s, Py_ssize_t size)
}
/* Convert the argument to a bytes object, according to the file
system encoding */
system encoding. The addr param must be a PyObject**.
This is designed to be used with "O&" in PyArg_Parse APIs. */
int
PyUnicode_FSConverter(PyObject* arg, void* addr)