]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add test code to verify that relative comparison operators with an object
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 2 Jun 2009 05:46:01 +0000 (05:46 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 2 Jun 2009 05:46:01 +0000 (05:46 +0000)
commit0a27e3db50193de0881d98f9bc856e18f079974e
tree26494000d06c5ccfb33feaacc8c31d93dc99cedb
parent181bdc63741087bb43e299b0d3fa60b732894c7a
Add test code to verify that relative comparison operators with an object
of the wrong type fail properly (TypeError is raised).
Lib/test/test_ipaddr.py