\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}}