From: Mark Wooding Date: Sat, 19 Oct 2019 19:25:39 +0000 (+0100) Subject: buffer.c: Don't advertise `WBUF.putecpt' as a keyword method. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/b4a8c46796f56693dd84744f8bfa4886c2d2be56 buffer.c: Don't advertise `WBUF.putecpt' as a keyword method. --- diff --git a/buffer.c b/buffer.c index 27eafd1..bd5e334 100644 --- a/buffer.c +++ b/buffer.c @@ -506,7 +506,7 @@ static PyMethodDef wbuf_pymethods[] = { BUF_DOSUFFIXES(WBMETH_DECL_PUTBLK_) METH (putmp, "WBUF.putmp(X)") METH (putgf, "WBUF.putgf(X)") - KWMETH(putecpt, "WBUF.putecpt(P)") + METH (putecpt, "WBUF.putecpt(P)") METH (putecptraw, "WBUF.putecptraw(P)") METH (putge, "WBUF.putge(X)") METH (putgeraw, "WBUF.putgeraw(X)")