dmtr: > What I'm really looking for is a dict() that maps short unicode > strings into tuples with integers. But just having a *compact* list > container for unicode strings would help a lot (because I could add a > __dict__ and go from it).
Add them all into one string or array and use indexes into that string. Neil -- http://mail.python.org/mailman/listinfo/python-list