Staging
v0.5.1
https://github.com/python/cpython
Revision f07801bb17f8089dc8b8a4d2beafba7c497af900 authored by Victor Stinner on 28 January 2015, 23:36:35 UTC, committed by Victor Stinner on 28 January 2015, 23:36:35 UTC
* Rephrase also the comment explaining why the waiter is not awaken immediatly.
* SSLProtocol.eof_received() doesn't instanciate ConnectionResetError exception
  directly, it will be done by Future.set_exception(). The exception is not
  used if the waiter was cancelled or if there is no waiter.
1 parent b507cba
History
Tip revision: f07801bb17f8089dc8b8a4d2beafba7c497af900 authored by Victor Stinner on 28 January 2015, 23:36:35 UTC
asyncio: SSL transports now clear their reference to the waiter
Tip revision: f07801b
File Mode Size
appendix.rst -rw-r--r-- 4.5 KB
appetite.rst -rw-r--r-- 4.4 KB
classes.rst -rw-r--r-- 37.1 KB
controlflow.rst -rw-r--r-- 26.2 KB
datastructures.rst -rw-r--r-- 23.2 KB
errors.rst -rw-r--r-- 14.5 KB
floatingpoint.rst -rw-r--r-- 10.9 KB
index.rst -rw-r--r-- 2.3 KB
inputoutput.rst -rw-r--r-- 16.4 KB
interactive.rst -rw-r--r-- 2.4 KB
interpreter.rst -rw-r--r-- 6.4 KB
introduction.rst -rw-r--r-- 17.1 KB
modules.rst -rw-r--r-- 22.9 KB
stdlib.rst -rw-r--r-- 9.8 KB
stdlib2.rst -rw-r--r-- 14.8 KB
whatnow.rst -rw-r--r-- 3.3 KB

back to top