Make test_socket_ssl finally pass on WIn

This commit is contained in:
Georg Brandl 2006-03-31 21:12:32 +00:00
parent ed02eb6aa9
commit c90397a7c9

View file

@ -40,6 +40,9 @@ if not sys.platform.startswith('win'):
ss.read(1)
ss.read(1)
s.close()
else:
def test_timeout():
pass
def test_rude_shutdown():
try: