Let Python decide the "native" string type for tag names
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 27 Oct 2009 08:44:04 +0000 (10:44 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 27 Oct 2009 08:44:04 +0000 (10:44 +0200)
commitdcba14d575eb6396075e3976b898c98ddd17874f
tree3a437c1c5f8b89ce83f7fde8aa3888071b82a4fa
parent490d79b976c2b52d838f72f553a20af0dcf81c1d
Let Python decide the "native" string type for tag names
- Py_BuildValue("s", ...) returns unicode objects in Python 3, string
  objects in Python 2, this is what we want here
python/rpmmodule.c