I noticed several unicode/string asymmetries: 1. No support for unicode in the struct and array modules. Is this an oversight? 2. What would be the corresponding unicode format character for 'z' in the struct module (string or None)? 3. There does not seem to be an equivalent to the 's' format character for PyArg_Parse() or Py_BuildValue(). Thomas