[Python-checkins] python/dist/src/Doc/tut glossary.tex,1.4,1.5

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sun Sep 28 15:03:39 EDT 2003


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

Modified Files:
	glossary.tex 
Log Message:
Make the embedded hyperlinks work.


Index: glossary.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/glossary.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** glossary.tex	27 Sep 2003 20:19:02 -0000	1.4
--- glossary.tex	28 Sep 2003 19:03:36 -0000	1.5
***************
*** 87,94 ****
  \end{verbatim}
  
! the expression \code{11/4} would evaluate to \code{2.75}.  By
! actually importing the \refmodule[future]{__future__} module and
! evaluating its variables, you can see when a new feature was first
! added to the language and when it will become the default:
  
  \begin{verbatim}
--- 87,94 ----
  \end{verbatim}
  
! the expression \code{11/4} would evaluate to \code{2.75}.  By actually
! importing the \ulink{\module{__future__}}{../lib/module-future.html}
! module and evaluating its variables, you can see when a new feature
! was first added to the language and when it will become the default:
  
  \begin{verbatim}
***************
*** 257,262 ****
  function.  For instance, writing \function{random.seed()} or
  {}\function{itertools.izip()} makes it clear that those functions are
! implemented by the \refmodule{random} and \refmodule{itertools}
! modules respectively.
  
  \index{nested scope}
--- 257,263 ----
  function.  For instance, writing \function{random.seed()} or
  {}\function{itertools.izip()} makes it clear that those functions are
! implemented by the \ulink{\module{random}}{../lib/module-random.html}
! and \ulink{\module{itertools}}{../lib/module-itertools.html} modules
! respectively.
  
  \index{nested scope}





More information about the Python-checkins mailing list