[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.126,1.127

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 03 Jan 2003 18:16:24 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv26614/Doc/lib

Modified Files:
	libfuncs.tex 
Log Message:
SF bug #655271: Slightly modify locals() doc

Clarify the operation of locals().


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** libfuncs.tex	2 Jan 2003 04:54:04 -0000	1.126
--- libfuncs.tex	4 Jan 2003 02:16:22 -0000	1.127
***************
*** 625,629 ****
  
  \begin{funcdesc}{locals}{}
!   Return a dictionary representing the current local symbol table.
    \warning{The contents of this dictionary should not be modified;
    changes may not affect the values of local variables used by the
--- 625,629 ----
  
  \begin{funcdesc}{locals}{}
!   Update and return a dictionary representing the current local symbol table.
    \warning{The contents of this dictionary should not be modified;
    changes may not affect the values of local variables used by the