[Python-checkins] python/dist/src/Misc NEWS,1.561,1.562

niemeyer@users.sourceforge.net niemeyer@users.sourceforge.net
Mon, 16 Dec 2002 06:09:26 -0800


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

Modified Files:
	NEWS 
Log Message:
Use "dictionary literals" instead of "dictionaries", as suggested by Just.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.561
retrieving revision 1.562
diff -C2 -d -r1.561 -r1.562
*** NEWS	16 Dec 2002 13:54:01 -0000	1.561
--- NEWS	16 Dec 2002 14:09:22 -0000	1.562
***************
*** 332,338 ****
    An exception will now be raised if more than one argument is used.
  
! - Changed evaluation order of dictionaries to conform to the general
!   left to right evaluation order rule. Now {f1(): f2()} will evaluate
!   f1 first.
  
  Extension modules
--- 332,338 ----
    An exception will now be raised if more than one argument is used.
  
! - Changed evaluation order of dictionary literals to conform to the
!   general left to right evaluation order rule. Now {f1(): f2()} will
!   evaluate f1 first.
  
  Extension modules