[Python-checkins] CVS: python/dist/src/Doc/lib libtokenize.tex,1.3,1.4

Ka-Ping Yee ping@users.sourceforge.net
Thu, 22 Mar 2001 21:22:14 -0800


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

Modified Files:
	libtokenize.tex 
Log Message:
Explain the difference between NL and NEWLINE.


Index: libtokenize.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtokenize.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** libtokenize.tex	2001/02/28 22:05:41	1.3
--- libtokenize.tex	2001/03/23 05:22:12	1.4
***************
*** 44,47 ****
  \end{datadesc}
  \begin{datadesc}{NL}
!   Token value used to indicate a newline.
  \end{datadesc}
--- 44,50 ----
  \end{datadesc}
  \begin{datadesc}{NL}
!   Token value used to indicate a non-terminating newline.  The NEWLINE
!   token indicates the end of a logical line of Python code; NL tokens
!   are generated when a logical line of code is continued over multiple
!   physical lines.
  \end{datadesc}