Patch #494783: Rename cmp_op enumerators.
diff --git a/Misc/ACKS b/Misc/ACKS
index e5d884d..ead7ec8 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -85,6 +85,7 @@
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 @@
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