[Python-checkins] python/dist/src/Misc NEWS,1.567,1.568

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 23 Dec 2002 08:51:44 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv29919/Misc

Modified Files:
	NEWS 
Log Message:
Oops. Roll back that last change.  It wasn't ready for release. :-(

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.567
retrieving revision 1.568
diff -C2 -d -r1.567 -r1.568
*** NEWS	23 Dec 2002 16:35:23 -0000	1.567
--- NEWS	23 Dec 2002 16:51:41 -0000	1.568
***************
*** 85,92 ****
  -----------------
  
- - Assignment to None has long been frowned upon.  Now there's a
-   warning message when you do this.  It also warns against assignment
-   to True or False.
- 
  - A frame object's f_lineno attribute can now be written to from a
    trace function to change which line will execute next.  A command to
--- 85,88 ----