unicode bit me

anuraguniyal at yahoo.com anuraguniyal at yahoo.com
Sat May 9 03:04:46 EDT 2009


also not sure why (python 2.5)
print a # works
print unicode(a) # works
print [a] # works
print unicode([a]) # doesn't works



More information about the Python-list mailing list