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). Okay, maybe that wasn't the best
example. Anyway, at the end of the format string we put
This explanation is more confusing than helpful. Just leave in the commit
message the part that explains what this commit fixes.
ACK
Pavel