diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-01 19:59:11 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-01 19:59:11 (GMT) |
commit | 7198a525f3e926899ba238f6e6a2e6e9349b7de4 (patch) | |
tree | 37b0c13d1b96f38ea912acc9f9c2b7101ffb0e80 /Misc | |
parent | 653d85fc86afa4b96bafcd1544d7ebf64e2ab6cd (diff) | |
download | cpython-7198a525f3e926899ba238f6e6a2e6e9349b7de4.zip cpython-7198a525f3e926899ba238f6e6a2e6e9349b7de4.tar.gz cpython-7198a525f3e926899ba238f6e6a2e6e9349b7de4.tar.bz2 |
Patch #494783: Rename cmp_op enumerators.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -85,6 +85,7 @@ Tom Christiansen Vadim Chugunov David Cinege Mike Clarkson +Brad Clements Steve Clift Josh Cogliati Dave Cole @@ -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 |