summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-30 15:52:39 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-30 15:52:39 (GMT)
commite06f0f9a13eb4809cedba9d12361a707629cd1a2 (patch)
tree4a007ecd03a7f1ceb78aa193b99b98139914ae64 /Doc/api
parent306e2403fa77742a3dcbdad7568fcf400b96dbf4 (diff)
downloadcpython-e06f0f9a13eb4809cedba9d12361a707629cd1a2.zip
cpython-e06f0f9a13eb4809cedba9d12361a707629cd1a2.tar.gz
cpython-e06f0f9a13eb4809cedba9d12361a707629cd1a2.tar.bz2
Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/api.tex15
1 files changed, 7 insertions, 8 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index 3c27148..d1548e3 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -4292,14 +4292,13 @@ their corresponding macros
\cfunction{PyObject_NEW()}\ttindex{PyObject_NEW()} and
\cfunction{PyObject_NEW_VAR()}\ttindex{PyObject_NEW_VAR()}.
-% XXX use this for Python 1.6:
-% \cfunction{_PyObject_New()}, \cfunction{_PyObject_NewVar()},
-% \cfunction{_PyObject_Del()}, or with their corresponding macros
-% \cfunction{PyObject_NEW()}, \cfunction{PyObject_NEW_VAR()},
-% \cfunction{PyObject_DEL()}.
-
-% These will be explained in the next chapter on defining and
-% implementing new object types in C.
+\cfunction{_PyObject_New()}, \cfunction{_PyObject_NewVar()},
+\cfunction{_PyObject_Del()}, or with their corresponding macros
+\cfunction{PyObject_NEW()}, \cfunction{PyObject_NEW_VAR()},
+\cfunction{PyObject_DEL()}.
+
+These will be explained in the next chapter on defining and
+implementing new object types in C.
\chapter{Defining New Object Types \label{newTypes}}