Ejemplo n.º 1
0
 def newlist_utf8(self, list_u, is_ascii):
     if is_ascii:
         return W_ListObject.newlist_utf8(self, list_u)
     return ObjSpace.newlist_utf8(self, list_u, False)