Hi,
Am I correct that repos.parse_dumpstream{2,3} are currently unusable
from Python bindings? These functions take a vtable as one of the
arguments, but the generated bindings for svn_repos_parse_fns{2,3}_t
implement *calling* of the vtable methods rather than a way of
overriding them.If I understand correctly, for these functions to be usable, the bindings need to implement a wrapper similar to delta.Editor class. Am I right? Regards, Alexey.

