[Python-checkins] CVS: python/dist/src/Misc NEWS,1.357,1.358

Martin v. L?wis loewis@users.sourceforge.net
Fri, 01 Mar 2002 02:27:03 -0800


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

Modified Files:
	NEWS 
Log Message:
Patch 520694: arraymodule.c improvements:
- make array.array a type
- add Py_UNICODE arrays
- support +=, *=


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.357
retrieving revision 1.358
diff -C2 -d -r1.357 -r1.358
*** NEWS	16 Feb 2002 23:35:41 -0000	1.357
--- NEWS	1 Mar 2002 10:27:01 -0000	1.358
***************
*** 18,21 ****
--- 18,26 ----
  Extension modules
  
+ - array.array is now a type object. A new format character
+   'u' indicates Py_UNICODE arrays. For those, .tounicode and
+   .fromunicode methods are available. Arrays now support __iadd__
+   and __imul__.
+ 
  - dl now builds on every system that has dlfcn.h.  Failure in case
    of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open