I just pushed Tulip 0.3.1 to PyPI (both source and Windows wheel):
https://pypi.python.org/pypi/asyncio/0.3.1. This should only be relevant if
you're using Tulip with Python 3.3; for Python 3.4, use the upcoming RC1;
for earlier Python versions, use Trollius.

The Tulip 0.3.1 release corresponds exactly with the CPython RC1 that Larry
Hastings is about to release, except for two places where Victor added
extra annotations to a timing-sensitive test so he can debug it from the
buildbots (those annotations are not in the Tulip repo yet and probably
won't ever be).

I noticed that the affected test (test_timeout_rounding()) fails for me on
Windows too. Please ignore this failure, we'll eventually fix the test.

-- 
--Guido van Rossum (python.org/~guido)

Reply via email to