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 ?

thanks,
Stef Mientki
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to