[Python-checkins] CVS: python/dist/src/Include descrobject.h,2.2,2.3

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 06 Sep 2001 14:54:13 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv13391

Modified Files:
	descrobject.h 
Log Message:
Rename 'getset' to 'property'.


Index: descrobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/descrobject.h,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -d -r2.2 -r2.3
*** descrobject.h	2001/08/23 21:39:32	2.2
--- descrobject.h	2001/09/06 21:54:11	2.3
***************
*** 33,35 ****
  
  
! extern DL_IMPORT(PyTypeObject) PyGetSet_Type;
--- 33,35 ----
  
  
! extern DL_IMPORT(PyTypeObject) PyProperty_Type;