summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-01-01 19:59:11 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-01-01 19:59:11 (GMT)
commit7198a525f3e926899ba238f6e6a2e6e9349b7de4 (patch)
tree37b0c13d1b96f38ea912acc9f9c2b7101ffb0e80 /Misc
parent653d85fc86afa4b96bafcd1544d7ebf64e2ab6cd (diff)
downloadcpython-7198a525f3e926899ba238f6e6a2e6e9349b7de4.zip
cpython-7198a525f3e926899ba238f6e6a2e6e9349b7de4.tar.gz
cpython-7198a525f3e926899ba238f6e6a2e6e9349b7de4.tar.bz2
Patch #494783: Rename cmp_op enumerators.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e5d884d..ead7ec8 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -85,6 +85,7 @@ Tom Christiansen
Vadim Chugunov
David Cinege
Mike Clarkson
+Brad Clements
Steve Clift
Josh Cogliati
Dave Cole
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ef6912..a0e3572 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Build
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
been marked as obsolete since then. SF bug 495548 says it created