From c5f24b2957a2a7569d70930ac5bc630cc5aaac55 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 18 Jan 2010 18:07:12 +0000 Subject: Prep for b1 Merge a bunch of paper-based docs fixes Configure logging during bfgshell. --- docs/narr/threadlocals.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/narr/threadlocals.rst') diff --git a/docs/narr/threadlocals.rst b/docs/narr/threadlocals.rst index 4600b7a88..a2f5cc192 100644 --- a/docs/narr/threadlocals.rst +++ b/docs/narr/threadlocals.rst @@ -1,5 +1,5 @@ .. index:: - single: thread local variables + single: thread locals single: get_current_request single: get_current_registry @@ -132,9 +132,9 @@ follows: ever be called within application-specific forks of third-party library code. The library you've forked almost certainly has nothing to do with :mod:`repoze.bfg`, and making it dependent on - repoze.bfg (rather than making your :mod:`repoze.bfg` application - depend upon it) means you're forming a dependency in the wrong - direction. + :mod:`repoze.bfg` (rather than making your :mod:`repoze.bfg` + application depend upon it) means you're forming a dependency in the + wrong direction. Use of the :func:`repoze.bfg.threadlocal.get_current_request` function in application code *is* still useful in very limited circumstances. -- cgit v1.2.3