[Python-checkins] CVS: python/dist/src/Misc NEWS,1.68,1.69

Fred L. Drake python-dev@python.org
Fri, 29 Sep 2000 10:09:16 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23304/Misc

Modified Files:
	NEWS 
Log Message:

Added a missing "is" -- noted by Grant Griffin
<grant.griffin@honeywell.com>.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** NEWS	2000/09/26 17:42:51	1.68
--- NEWS	2000/09/29 17:09:11	1.69
***************
*** 447,451 ****
  
  As a special feature, if the expression used to indicate the file
! evaluates to None, the current value of sys.stdout used.  Thus:
  
      print >> None, "Hello world"
--- 447,451 ----
  
  As a special feature, if the expression used to indicate the file
! evaluates to None, the current value of sys.stdout is used.  Thus:
  
      print >> None, "Hello world"