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
README.txt -rw-r--r-- 558 bytes
unittestgui.py -rwxr-xr-x 18.1 KB

README.txt

back to top