That's very nice Mike. I think that will definitely help with the confusion over threadlocal and friends. Just one nitpick--the first paragraph under SessionContext could say
"This plugin is used to instantiate and manage Session objects. As of SQLAlchemy 0.2 it is the preferred way to provide thread-local session functionality to an application. It provides several services:" That way there will be no question as to the primary purpose of SessionContext. I realize that this is pretty well covered under the description of the threadlocal plugin, but this will make it clear right from the start. Feel free to change the wording if necessary. ~ Daniel Michael Bayer wrote: > Ive redone the "plugins" page in the docs to more accurately describe > the SessionContext and assignmapper extensions, as well as their > relationship to the "threadlocal" mod, whos description has been > greatly pared down in favor of understanding its individual > components explicitly. its at http://www.sqlalchemy.org/docs/ > plugins.myt and may serve to reduce confusion. > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

