Am 01.09.2010 23:32, schrieb Stef Mientki:
>  in winpdb I see strings like this:
> 
>>>> a = b'string'
>>>> a
> 'string'
>>>> type(a)
> <type 'str'>
> 
> what's the "b" doing in front of the string ?

It's redundant.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to