Skip to content
Snippets Groups Projects
Commit ec3fa467 authored by dkg's avatar dkg Committed by Stuart D. Gathman
Browse files

Correctly document that body callback chunks are in bytes (#28)

https://github.com/sdgathman/pymilter/issues/12 says "Obviously, body
and replacebody are bytes" and milter_wrap_body in miltermodule.c
says:

   arglist = Py_BuildValue("(Oy#)", c, bodyp, bodylen);
…

So pymilter should sport the correct documentation.
parent 04e0b156
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment