Commit 880f1b45 authored by Denis Bilenko's avatar Denis Bilenko

add docstring to gevent/__init__.py

parent b8011d45
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
"""
gevent is a coroutine-based Python networking library that uses greenlet
to provide a high-level synchronous API on top of libevent event loop.
"""
version_info = (0, 11, 0)
__version__ = '0.11.0'
......
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