[Python-checkins] CVS: python/dist/src/Include object.h,2.51,2.52

Fred L. Drake python-dev@python.org
Tue, 21 Mar 2000 11:14:49 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Include
In directory weyr:/home/fdrake/projects/python/Include

Modified Files:
	object.h 
Log Message:

Updated comment: in PyTypeObject:

	/* More standard operations (at end for binary compatibility) */

should now be:

	/* More standard operations (here for binary compatibility) */

since they're no longer at the end!


Index: object.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/object.h,v
retrieving revision 2.51
retrieving revision 2.52
diff -C2 -r2.51 -r2.52
*** object.h	2000/03/13 16:01:15	2.51
--- object.h	2000/03/21 16:14:47	2.52
***************
*** 228,232 ****
  	PyMappingMethods *tp_as_mapping;
  
! 	/* More standard operations (at end for binary compatibility) */
  
  	hashfunc tp_hash;
--- 228,232 ----
  	PyMappingMethods *tp_as_mapping;
  
! 	/* More standard operations (here for binary compatibility) */
  
  	hashfunc tp_hash;