[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.74,1.337.2.4.2.75

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 24 Apr 2003 22:41:05 -0700


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Backport the Carlo Verre fix.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.74
retrieving revision 1.337.2.4.2.75
diff -C2 -d -r1.337.2.4.2.74 -r1.337.2.4.2.75
*** NEWS	23 Apr 2003 20:14:07 -0000	1.337.2.4.2.74
--- NEWS	25 Apr 2003 05:40:31 -0000	1.337.2.4.2.75
***************
*** 3,6 ****
--- 3,9 ----
  ============================
  
+ - It is no longer possible to use object.__setattr__ to circumvent the
+   restrictions on setting attributes of type objects.
+ 
  - Implemented os.fsync() for Windows, where it calls the MS _commit()
    function.  Before, there was no way in core Python to ensure file