Walter Dörwald 573c08c1b7 Change PyErr_Format() to generate a unicode string (by using
PyUnicode_FromFormatV() instead of PyString_FromFormatV()).

Change calls to PyErr_Format() to benefit from the new format
specifiers: Using %S, object instead of %s, PyString_AS_STRING(object)
with will work with unicode objects too.
2007-05-25 15:46:59 +00:00
..
2007-02-09 23:27:01 +00:00
2007-05-22 18:28:08 +00:00
2005-07-09 15:26:33 +00:00