diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-07-02 22:59:48 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-07-02 22:59:48 (GMT) |
commit | 87ce6d70edcdb74c3baef9ca589542282bc0adf0 (patch) | |
tree | e09e0c15ad8fc2dcb45d0be260cb5b1da7961000 /Doc/data | |
parent | 1f900f1f69c93e409595f34a6da9e2b10e331421 (diff) | |
download | cpython-87ce6d70edcdb74c3baef9ca589542282bc0adf0.zip cpython-87ce6d70edcdb74c3baef9ca589542282bc0adf0.tar.gz cpython-87ce6d70edcdb74c3baef9ca589542282bc0adf0.tar.bz2 |
#3247: get rid of Py_FindMethods
Remove references in documentation;
also rewrite a paragraph that looked off-topic to me.
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index e39c53b..73f6c1c 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -1686,11 +1686,6 @@ Py_FdIsInteractive:char*:filename:: Py_Finalize:void::: -Py_FindMethod:PyObject*::+1: -Py_FindMethod:PyMethodDef[]:methods:: -Py_FindMethod:PyObject*:self:+1: -Py_FindMethod:char*:name:: - Py_GetBuildInfoconst:char*::: Py_GetCompilerconst:char*::: |