You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2004/01/14 04:22:06 UTC

cvs commit: httpd-python/Doc modpython4.tex

grisha      2004/01/13 19:22:06

  Modified:    Doc      modpython4.tex
  Log:
  Documented the session unlock cleanup.
  
  Revision  Changes    Path
  1.63      +3 -0      httpd-python/Doc/modpython4.tex
  
  Index: modpython4.tex
  ===================================================================
  RCS file: /home/cvs/httpd-python/Doc/modpython4.tex,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- modpython4.tex	4 Nov 2003 20:30:39 -0000	1.62
  +++ modpython4.tex	14 Jan 2004 03:22:06 -0000	1.63
  @@ -1965,6 +1965,9 @@
       Locks this session. If the session is already locked by another
       thread/process, wait until that lock is released. There is no need
       to call this method if locking is handled automatically (default).
  +
  +    This method registeres a cleanup which always unlocks the session
  +    at the end of the request processing.
     \end{methoddesc}
   
     \begin{methoddesc}[BaseSession]{unlock}{}