Commit ec52ae29 authored by Denis Bilenko's avatar Denis Bilenko

remove run() (alias for wait())

parent bfe58e61
......@@ -43,8 +43,6 @@ try:
except ImportError:
__all__.remove('fork')
run = wait # XXX to be deleted (soon)
# the following makes hidden imports visible to freezing tools like
# py2exe. see https://github.com/surfly/gevent/issues/181
......
......@@ -62,7 +62,7 @@ def sleep(seconds=0, ref=True):
*seconds* may be specified as an integer, or a float if fractional seconds
are desired.
If *ref* is false, the greenlet running sleep() will not prevent gevent.run()
If *ref* is false, the greenlet running sleep() will not prevent gevent.wait()
from exiting.
"""
hub = get_hub()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment