diff --git a/doc/real_index.html b/doc/real_index.html index c4b98a5..f3b0bd7 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -22,9 +22,7 @@
Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.
-We use Mercurial for our source control, hosted by BitBucket. It's easy to branch off the main repository and contribute patches, tests, and documentation back upstream.
+No registration is required. Please be sure to report bugs as effectively as possible, to ensure that we understand and act on them quickly.
+This is a simple web “crawler” that fetches a bunch of urls using a coroutine pool. It has as much concurrency (i.e. pages being fetched simultaneously) as coroutines in the pool.
@@ -78,9 +82,13 @@ easy_install eventlet for waiter in waiters: waiter.wait()