]> granicus.if.org Git - python/commit
Issue #9854: SocketIO objects now observe the RawIOBase interface in
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Sep 2010 22:59:00 +0000 (22:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Sep 2010 22:59:00 +0000 (22:59 +0000)
commit98b46702d2798d0db258a02f6a1854dfc5f659fd
tree13cb8a131699851391f45fd98cbf3220685ba074
parent8db3027e6a79836ea8c77e73be77492c68715da5
Issue #9854: SocketIO objects now observe the RawIOBase interface in
non-blocking mode: they return None when an operation would block (instead
of raising an exception).
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS