[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.87,1.337.2.4.2.88

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 14 Jun 2003 00:20:08 -0700


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
copy and deepcopy builtin functions atomically. Fixes #746304.
Also backport 2.36 (deepcopy classes atomically).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.87
retrieving revision 1.337.2.4.2.88
diff -C2 -d -r1.337.2.4.2.87 -r1.337.2.4.2.88
*** NEWS	30 May 2003 20:57:36 -0000	1.337.2.4.2.87
--- NEWS	14 Jun 2003 07:20:04 -0000	1.337.2.4.2.88
***************
*** 1,2 ****
--- 1,7 ----
+ What's New in Python 2.2.4?
+ 
+ - SF #746304: Builtin functions are now copy.[deep]copyable.
+   Classes are now also deepcopyable.
+ 
  What's New in Python 2.2.3 (final) ?
  Release date: 30-May-2003