]> granicus.if.org Git - python/commit
Make test_makefile_close a networked test (can't read() from a non-connected
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Apr 2010 10:43:57 +0000 (10:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Apr 2010 10:43:57 +0000 (10:43 +0000)
commit55841ac1a54423b972884726944ae279cd554c35
tree54a950dd97603aa13ff670ba1377fef3c9f7df5c
parent4341e54de857aa0d5b169fd0277e45f6a52c039b
Make test_makefile_close a networked test (can't read() from a non-connected
socket under OS X), and skip it under Windows (where sockets can't be read()
from using their fds).
Lib/test/test_ssl.py