]> granicus.if.org Git - python/commit
testSetSockOpt() should not require the reuse flag to be 1 -- any
authorGuido van Rossum <guido@python.org>
Wed, 12 Jun 2002 20:46:49 +0000 (20:46 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Jun 2002 20:46:49 +0000 (20:46 +0000)
commit733632ac1f61acc9b96ad316972a71b290e30db0
tree802471269bfa9c000ccdfd0aefc22871dd6b4eb8
parent764896871657cbe5063623f07be376728086e081
testSetSockOpt() should not require the reuse flag to be 1 -- any
nonzero value is OK.  Also fixed the error message for this and for
testGetSockOpt().
Lib/test/test_socket.py