From: Michael Trier Date: Wed, 2 Jul 2008 15:37:02 +0000 (+0000) Subject: Corrected docstring for Pool class to show that the default value for use_threadlocal... X-Git-Tag: rel_0_5beta2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644d7ea600249af027b8beb133bde94107baf578;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Corrected docstring for Pool class to show that the default value for use_threadlocal is False. closes #1095. --- diff --git a/lib/sqlalchemy/pool.py b/lib/sqlalchemy/pool.py index a94cd28f38..6cc05b2870 100644 --- a/lib/sqlalchemy/pool.py +++ b/lib/sqlalchemy/pool.py @@ -97,7 +97,7 @@ class Pool(object): that connection, to call other functions which also ask the pool for a connection of the same arguments; those functions will act upon the same connection that the calling method is using. - Defaults to True. + Defaults to False. recycle If set to non -1, a number of seconds between connection