On 02/07/07, Alan Gauld <[EMAIL PROTECTED]> wrote:
>
> "elis aeris" <[EMAIL PROTECTED]> wrote
>
> >> In [4]:import array
> >> In [5]:def f7(list):
> >>    .5.:  return array.array('B', list).tostring()
> >>    .5.:
> >>
> >> In [6]:f7([97, 98, 99])
> >> Out[6]:'abc'
> I can't remember which tool does this - IronPython maybe?

It's IPython -- http://ipython.scipy.org/moin/

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to