[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: MailMan Security patch for Woody Broken?



Florent Rougon wrote:
>   >>> type("dfsfsd")
>   <type 'str'>
> 
> I don't know where this 'string' comes from.

Which Python version are you using?

Python 2.1.3 (#1, Jul 29 2002, 22:34:51)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> type('foo')
<type 'string'>
>>> type("foo")
<type 'string'>
>>>

-- 
Roland Bauerschmidt



Reply to: