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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 5.9 KB
README.txt -rw-r--r-- 4.6 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.0 KB
conf.py -rw-r--r-- 5.6 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 40.8 KB
license.rst -rw-r--r-- 45.6 KB
make.bat -rw-r--r-- 3.6 KB

README.txt

back to top