Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.

This commit is contained in:
Fred Drake 2000-06-30 15:52:39 +00:00
parent 306e2403fa
commit e06f0f9a13
1 changed files with 6 additions and 7 deletions

View File

@ -4292,14 +4292,13 @@ their corresponding macros
\cfunction{PyObject_NEW()}\ttindex{PyObject_NEW()} and \cfunction{PyObject_NEW()}\ttindex{PyObject_NEW()} and
\cfunction{PyObject_NEW_VAR()}\ttindex{PyObject_NEW_VAR()}. \cfunction{PyObject_NEW_VAR()}\ttindex{PyObject_NEW_VAR()}.
% XXX use this for Python 1.6: \cfunction{_PyObject_New()}, \cfunction{_PyObject_NewVar()},
% \cfunction{_PyObject_New()}, \cfunction{_PyObject_NewVar()}, \cfunction{_PyObject_Del()}, or with their corresponding macros
% \cfunction{_PyObject_Del()}, or with their corresponding macros \cfunction{PyObject_NEW()}, \cfunction{PyObject_NEW_VAR()},
% \cfunction{PyObject_NEW()}, \cfunction{PyObject_NEW_VAR()}, \cfunction{PyObject_DEL()}.
% \cfunction{PyObject_DEL()}.
% These will be explained in the next chapter on defining and These will be explained in the next chapter on defining and
% implementing new object types in C. implementing new object types in C.
\chapter{Defining New Object Types \label{newTypes}} \chapter{Defining New Object Types \label{newTypes}}