[Python-checkins] python/dist/src/Misc NEWS,1.801,1.802

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 29 Jun 2003 21:18:50 -0700


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

Modified Files:
	NEWS 
Log Message:
Fix SF 762891:  "del p[key]" on proxy object raises SystemError()



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.801
retrieving revision 1.802
diff -C2 -d -r1.801 -r1.802
*** NEWS	30 Jun 2003 03:35:06 -0000	1.801
--- NEWS	30 Jun 2003 04:18:47 -0000	1.802
***************
*** 5,8 ****
--- 5,41 ----
  (editors: check NEWS.help for information about editing NEWS using ReST.)
  
+ What's New in Python 2.3 release candidate?
+ ===========================================
+ 
+ Core and builtins
+ -----------------
+ 
+ Extension modules
+ -----------------
+ 
+ - weakref.proxy() can now handle "del obj[i]" for proxy objects
+   defining __delitem__.  Formerly, it generated a SystemError.
+ 
+ - SSL no longer crashes the interpreter when the remote side disconnects.
+ 
+ Library
+ -------
+ 
+ Tools/Demos
+ -----------
+ 
+ Build
+ -----
+ 
+ C API
+ -----
+ 
+ Windows
+ -------
+ 
+ Mac
+ ---
+ 
+ 
  What's New in Python 2.3 beta 2?
  ================================