Re: [libvirt] [libvirt-python][PATCH] PyArg_ParseTuple: Provide correct function names

2016-08-24 Thread Pavel Hrdina
On Wed, Aug 24, 2016 at 12:35:31PM +0200, Michal Privoznik wrote: > Currently, we parse arguments passed to a python function by > calling PyArg_ParseTuple(). It takes what's called format string > which is something like printf's format string (not that %s would > work for PyArg_ParseTuple).

[libvirt] [libvirt-python][PATCH] PyArg_ParseTuple: Provide correct function names

2016-08-24 Thread Michal Privoznik
Currently, we parse arguments passed to a python function by calling PyArg_ParseTuple(). It takes what's called format string which is something like printf's format string (not that %s would work for PyArg_ParseTuple). Okay, maybe that wasn't the best example. Anyway, at the end of the format