summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/stringlib/README.txt')
-rw-r--r--Objects/stringlib/README.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Objects/stringlib/README.txt b/Objects/stringlib/README.txt
index aec3441..c884ec3 100644
--- a/Objects/stringlib/README.txt
+++ b/Objects/stringlib/README.txt
@@ -15,10 +15,6 @@ STRINGLIB_EMPTY
a PyObject representing the empty string
-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