]> granicus.if.org Git - python/commitdiff
Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.
authorFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 15:52:39 +0000 (15:52 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 15:52:39 +0000 (15:52 +0000)
Doc/api/api.tex

index 3c2714879df960889b081b64f460be56f5f7062d..d1548e3c1c3b635fee347b8814f642f40b506f85 100644 (file)
@@ -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}}