User Profile
Collapse
-
Wow, post is OLD (Sorry) -
Went round and round on this too and found your post. The easy way:
Don't know if this will help YOU out but,
1) once you have a unicode string, in my case it was because of this code:
returnedtext = " ".join(cont ent) # this produced a unicode string and I wanted a list -
2) re-splitting yields the desired list type:
argsWillBeRetur ned = returnedtext.sp lit(" ")Leave a comment:
No activity results to display
Show More
Leave a comment: