Fix issue1628205: Socket file objects returned by socket.socket.makefile() now
commita46ede0aa340dcc57fde1f1f98d7c8b2cb0ba777
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 13 Aug 2009 18:54:50 +0000 (13 18:54 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 13 Aug 2009 18:54:50 +0000 (13 18:54 +0000)
tree315ebe41a14389534223501cf3897fd0d83b4db9
parent33e3b3ebc381526f00dd5e0f8a7c74f7c3748334
Fix issue1628205: Socket file objects returned by socket.socket.makefile() now
properly handles EINTR within the read, readline, write & flush methods.
The socket.sendall() method now properly handles interrupted system calls.

git-svn-id: http://svn.python.org/projects/python/trunk@74426 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c