28 Jun
2006
28 Jun
'06
12:09 p.m.
--On 28. Juni 2006 09:36:56 -0230 Rocky Burt <rocky@serverzen.com> wrote:
I'll still change the logic to do isinstance(data, str) rather than type('') == type(data) and I'll also add the explicit check for unicode and raise a ValueError if found, does this all sound ok?
sounds good