Staging
v0.8.1
Revision 8dffc456d74a3a4395ac7a8f3957ff74f7f66753 authored by Victor Stinner on 25 January 2014, 14:32:06 UTC, committed by Victor Stinner on 25 January 2014, 14:32:06 UTC
Major changes:

- StreamReader.readexactly() now raises an IncompleteReadError if the
  end of stream is reached before we received enough bytes, instead of
  returning less bytes than requested.

- Unit tests use the main asyncio module instead of submodules like events

- _UnixWritePipeTransport now also supports character devices, as
  _UnixReadPipeTransport. Patch written by Jonathan Slenders.

- Export more symbols: BaseEventLoop, BaseProactorEventLoop,
  BaseSelectorEventLoop, Queue and Queue sublasses, Empty, Full
1 parent 75a5ec8
History
File Mode Size
c-api
data
distutils
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.9 KB
README.txt -rw-r--r-- 5.1 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 3.9 KB
conf.py -rw-r--r-- 5.9 KB
contents.rst -rw-r--r-- 415 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 40.0 KB
license.rst -rw-r--r-- 45.6 KB
make.bat -rw-r--r-- 1.5 KB

README.txt

back to top