diff options
Diffstat (limited to 'Objects/stringlib/README.txt')
| -rw-r--r-- | Objects/stringlib/README.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Objects/stringlib/README.txt b/Objects/stringlib/README.txt index 60d919e..ab506d6 100644 --- a/Objects/stringlib/README.txt +++ b/Objects/stringlib/README.txt @@ -16,10 +16,6 @@ STRINGLIB_EMPTY a PyObject representing the empty string, only to be used if STRINGLIB_MUTABLE is 0 -int STRINGLIB_CMP(STRINGLIB_CHAR*, STRINGLIB_CHAR*, Py_ssize_t) - - compares two strings. returns 0 if they match, and non-zero if not. - Py_ssize_t STRINGLIB_LEN(PyObject*) returns the length of the given string object (which must be of the |
