Staging
v0.8.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
__init__.py -rw-r--r-- 0 bytes
error.py -rw-r--r-- 2.6 KB
parse.py -rw-r--r-- 34.4 KB
request.py -rw-r--r-- 90.8 KB
response.py -rw-r--r-- 2.1 KB
robotparser.py -rw-r--r-- 6.8 KB

back to top