Roland Bauerschmidt <[EMAIL PROTECTED]> wrote:

> >   >>> type("dfsfsd")
> >   <type 'str'>

[...]

> Which Python version are you using?

This was typed under 2.2, as written in my mail.

> >>> type('foo')
> <type 'string'>
> >>> type("foo")
> <type 'string'>

Yes, this is what you get with 2.1. But David's exception traceback
looked more like what we get from 2.2 than from 2.1 and I didn't think
he could still be using 1.5...

-- 
Florent


Reply via email to