commit | e322024449dddfa9f5d3341e8d6fc370b7918b64 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Apr 24 11:13:53 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Apr 24 11:13:53 2010 +0000 |
tree | abc537c9a8006ac75b91f82cc07d098face30a83 | |
parent | cfcd8adf71548c28c5f6e9af55d0464960ac0e31 [diff] |
Merged revisions 80434 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80434 | antoine.pitrou | 2010-04-24 12:43:57 +0200 (sam., 24 avril 2010) | 5 lines 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). ........