commit | 3f9181143adf139be20f217239d471ee881b52ca | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Jun 05 13:24:04 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Jun 05 13:24:04 2010 +0000 |
tree | 7e64c329c226cb75dad0433398b073a92d766741 | |
parent | 3bf9f1a4e969b1649a3b0317fddfad9d0b36043d [diff] |
Merged revisions 81749 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81749 | mark.dickinson | 2010-06-05 14:18:33 +0100 (Sat, 05 Jun 2010) | 2 lines Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. ........