]> granicus.if.org Git - python/commit
Convert an assert to a raise so it works even in the presence of -O.
authorCollin Winter <collinw@gmail.com>
Sat, 10 Mar 2007 14:35:22 +0000 (14:35 +0000)
committerCollin Winter <collinw@gmail.com>
Sat, 10 Mar 2007 14:35:22 +0000 (14:35 +0000)
commit69fe9e478f5fac59b9a8bca5a317d9212c790e96
treeb21247a39f79c2bdb133d23a00d56eaf090a20e3
parent237458b2bff259d847670f6eb2e3ac48721a1634
Convert an assert to a raise so it works even in the presence of -O.
Lib/test/test_socketserver.py