]> granicus.if.org Git - python/commitdiff
Merge with Python 3.4 (asyncio)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:09:56 +0000 (23:09 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Jul 2014 21:09:56 +0000 (23:09 +0200)
- Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,
  sock_accept) now raise an exception in debug mode if sockets are in blocking
  mode.
- asyncio: Use the new os.set_blocking() function of Python 3.5 if available

1  2 
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py

Simple merge
Simple merge