[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.76,1.77

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Fri Sep 5 21:33:34 EDT 2003


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

Modified Files:
	ref5.tex 
Log Message:
- create a hyperlink for a section reference (also more robust in the
  face of section re-ordering)
- fix minor markup nits for better presentation


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** ref5.tex	27 Jun 2003 17:12:43 -0000	1.76
--- ref5.tex	6 Sep 2003 03:33:32 -0000	1.77
***************
*** 64,69 ****
  \index{identifier}
  
! An identifier occurring as an atom is a name.  See Section 4.1 for
! documentation of naming and binding.
  
  When the name is bound to an object, evaluation of the atom yields
--- 64,69 ----
  \index{identifier}
  
! An identifier occurring as an atom is a name.  See
! section~\ref{naming} for documentation of naming and binding.
  
  When the name is bound to an object, evaluation of the atom yields
***************
*** 72,79 ****
  \exindex{NameError}
  
! \strong{Private name mangling:}%
  \indexii{name}{mangling}%
  \indexii{private}{names}%
! when an identifier that textually occurs in a class definition begins
  with two or more underscore characters and does not end in two or more
  underscores, it is considered a \dfn{private name} of that class.
--- 72,79 ----
  \exindex{NameError}
  
! \strong{Private name mangling:}
  \indexii{name}{mangling}%
  \indexii{private}{names}%
! When an identifier that textually occurs in a class definition begins
  with two or more underscore characters and does not end in two or more
  underscores, it is considered a \dfn{private name} of that class.





More information about the Python-checkins mailing list