Okay heres what happened on an AIX here, 3.2.4, python compiled with gcc 2.5.8
Python 1.0.1 (Mar 8 1994)
Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
>>> from array import array
>>> array( 'c', 'abc' )
array('c', 'abc')
>>>
>>> array( 'd', [ 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] )
array('d', [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0])
>>>
Adrian
-- --------------------- ======================================================================== = = = Adrian Phillips at The Norwegian Meteorological Institute = = = = BUT any thoughts in this are purely my own and have nothing to do with = = this establishment, thankfully. = = = = Internet: daap@typhoon.oslo.dnmi.no = = Phone: 47 22 96 32 09 = = Fax: 47 22 96 30 50 = = = ========================================================================