[Python-checkins] python/dist/src/Misc NEWS,1.641,1.642

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Wed, 05 Feb 2003 10:29:37 -0800


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

Modified Files:
	NEWS 
Log Message:
[680789] Debug with long array takes forever
Added array.array to the types repr.py knows about, after a suggestion
from Jurjen N.E. Bos.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.641
retrieving revision 1.642
diff -C2 -d -r1.641 -r1.642
*** NEWS	4 Feb 2003 20:59:40 -0000	1.641
--- NEWS	5 Feb 2003 18:29:34 -0000	1.642
***************
*** 146,149 ****
--- 146,152 ----
  -------
  
+ - array.array was added to the types repr.py knows about (see
+   <http://www.python.org/sf/680789>).
+ 
  - The new pickletools.py contains lots of documentation about pickle
    internals, and supplies some helpers for working with pickles, such as