[Python-checkins] CVS: python/dist/src/Doc/ref refa1.tex,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Fri, 23 Mar 2001 08:47:13 -0800


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

Modified Files:
	refa1.tex 
Log Message:

No quotes around the "future" in the first use of the term "future
statement".


Index: refa1.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/refa1.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** refa1.tex	2001/03/23 16:20:46	1.2
--- refa1.tex	2001/03/23 16:47:11	1.3
***************
*** 6,10 ****
  support resolution of unbound local names in enclosing functions'
  namespaces.  The new semantics will be available in Python 2.1 through
! the use of a ``future'' statement.  This appendix documents these two
  features for Python 2.1; it will be removed in Python 2.2 and the
  features will be documented in the main sections of this manual.
--- 6,10 ----
  support resolution of unbound local names in enclosing functions'
  namespaces.  The new semantics will be available in Python 2.1 through
! the use of a future statement.  This appendix documents these two
  features for Python 2.1; it will be removed in Python 2.2 and the
  features will be documented in the main sections of this manual.