[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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 67e84df..25cbe69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,9 @@
 Library
 -------
 
+- 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
   a symbolic pickle disassembler.