Remove last traces of Tulup (now asyncio)

This commit is contained in:
Yury Selivanov 2014-01-14 11:26:12 -05:00
parent 238da774c1
commit 0c80f1fca6
2 changed files with 3 additions and 3 deletions

4
README
View File

@ -1,6 +1,6 @@
Experimental support for greenlets in Tulip (PEP 3156).
Support for greenlets in asyncio.
Requires Tulip, greenlet and Python 3.3.
Requires asyncio, greenlet and Python 3.3 / 3.4.
See examples and unittests for details.
To run tests: "$ python3 runtests.py"

View File

@ -2,7 +2,7 @@
# Copyright (c) 2013 Yury Selivanov
# License: Apache 2.0
##
"""Greensocket (non-blocking) for Tulip.
"""Greensocket (non-blocking) for asyncio.
Use ``greenio.socket`` in the same way as you would use stdlib's
``socket.socket`` in ``greenio.task`` tasks or coroutines invoked