return u"{}".format(self.name)
this one doesn't work on unicode strings. I there a not old formatting
style possibilty for unicode strings?Note: self.name can be unicode string! -- http://mail.python.org/mailman/listinfo/python-list
return u"{}".format(self.name)
this one doesn't work on unicode strings. I there a not old formatting
style possibilty for unicode strings?Note: self.name can be unicode string! -- http://mail.python.org/mailman/listinfo/python-list