[Python-checkins] r53165 - python/trunk/Doc/api/newtypes.tex

neal.norwitz python-checkins at python.org
Thu Dec 28 05:39:21 CET 2006


Author: neal.norwitz
Date: Thu Dec 28 05:39:20 2006
New Revision: 53165

Modified:
   python/trunk/Doc/api/newtypes.tex
Log:
Remove a stray (old) macro name left around (I guess)

Modified: python/trunk/Doc/api/newtypes.tex
==============================================================================
--- python/trunk/Doc/api/newtypes.tex	(original)
+++ python/trunk/Doc/api/newtypes.tex	Thu Dec 28 05:39:20 2006
@@ -103,8 +103,6 @@
                   the value for the \var{methods} argument]{2.3}
 \end{cfuncdesc}
 
-DL_IMPORT
-
 \begin{cvardesc}{PyObject}{_Py_NoneStruct}
   Object which is visible in Python as \code{None}.  This should only
   be accessed using the \code{Py_None} macro, which evaluates to a


More information about the Python-checkins mailing list