[Python-checkins] python/dist/src/Misc NEWS,1.573,1.574

nascheme@users.sourceforge.net nascheme@users.sourceforge.net
Mon, 30 Dec 2002 12:22:26 -0800


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

Modified Files:
	NEWS 
Log Message:
Add news about fix for bug #624807.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.573
retrieving revision 1.574
diff -C2 -d -r1.573 -r1.574
*** NEWS	30 Dec 2002 19:27:08 -0000	1.573
--- NEWS	30 Dec 2002 20:22:23 -0000	1.574
***************
*** 337,340 ****
--- 337,344 ----
    could silently lose data or wrongly throw an unknown error.
  
+ - The sq_repeat, sq_inplace_repeat, sq_concat and sq_inplace_concat
+   slots are now always tried after trying the corresponding nb_* slots.
+   This fixes a number of minor bugs (see bug #624807).
+ 
  Extension modules
  -----------------