[Python-checkins] CVS: python/dist/src/Misc ACKS,1.152,1.153 NEWS,1.343,1.344

Martin v. L?wis loewis@users.sourceforge.net
Tue, 01 Jan 2002 11:59:13 -0800


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

Modified Files:
	ACKS NEWS 
Log Message:
Patch #494783: Rename cmp_op enumerators.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.152
retrieving revision 1.153
diff -C2 -d -r1.152 -r1.153
*** ACKS	2002/01/01 18:41:32	1.152
--- ACKS	2002/01/01 19:59:11	1.153
***************
*** 86,89 ****
--- 86,90 ----
  David Cinege
  Mike Clarkson
+ Brad Clements
  Steve Clift
  Josh Cogliati

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.343
retrieving revision 1.344
diff -C2 -d -r1.343 -r1.344
*** NEWS	2002/01/01 19:07:13	1.343
--- NEWS	2002/01/01 19:59:11	1.344
***************
*** 25,28 ****
--- 25,30 ----
  C API
  
+ - The enumerators of cmp_op have been renamed to use the prefix PyCmp_.
+ 
  - An old #define of ANY as void has been removed from pyport.h.  This
    hasn't been used since Python's pre-ANSI days, and the #define has