Remove last traces of Tulup (now asyncio)
This commit is contained in:
parent
238da774c1
commit
0c80f1fca6
4
README
4
README
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user