commit | 8a68122e9cb1ecd0ade79052ac66ad35c6333270 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 07 17:13:31 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 07 17:13:31 2009 +0000 |
tree | 1c5bfc6cfd2d2b6208fabcb72453cc34968116a0 | |
parent | 7bf8d4ed4da5555dcf72652926bfb29276f7a6bc [diff] [blame] |
Issue #4704: remove use of cmp() in pybench, bump its version number to 2.1, and make it 2.6-compatible.
diff --git a/Misc/NEWS b/Misc/NEWS index d328c61..16abb93 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -394,6 +394,9 @@ Tools/Demos ----------- +- Issue #4704: remove use of cmp() in pybench, bump its version number to 2.1, + and make it 2.6-compatible. + - Ttk demos added in Demo/tkinter/ttk/ - Issue #4677: add two list comprehension tests to pybench.