Clarify gevent documentation

This commit is contained in:
A. Jesse Jiryu Davis 2012-07-11 17:18:48 -04:00
parent 8521083b9f
commit 8bd18b3cd1

View File

@ -28,7 +28,8 @@ socket exclusively by default.
>>> connection = Connection()
Make sure you're using the latest version of Gevent to ensure that
thread-locals are patched to act like greenlet-locals.
thread-locals are patched to act like greenlet-locals, and be careful to call
patch_all() before loading any other modules.
Using Gevent With Threads
-------------------------