summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/clinic
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-30 08:30:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-30 08:30:39 (GMT)
commit8b2e8b6cce4960e945c7c635c350c8e44a0f9022 (patch)
tree1e5bec3737bb877e4c0d16ac32f60450f957d7dd /Modules/cjkcodecs/clinic
parent7e810a6e3d51e512968f6ac276e555ea99d151d8 (diff)
downloadcpython-8b2e8b6cce4960e945c7c635c350c8e44a0f9022.zip
cpython-8b2e8b6cce4960e945c7c635c350c8e44a0f9022.tar.gz
cpython-8b2e8b6cce4960e945c7c635c350c8e44a0f9022.tar.bz2
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
Diffstat (limited to 'Modules/cjkcodecs/clinic')
-rw-r--r--Modules/cjkcodecs/clinic/multibytecodec.c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/cjkcodecs/clinic/multibytecodec.c.h b/Modules/cjkcodecs/clinic/multibytecodec.c.h
index 1985147..8a47ff8 100644
--- a/Modules/cjkcodecs/clinic/multibytecodec.c.h
+++ b/Modules/cjkcodecs/clinic/multibytecodec.c.h
@@ -79,7 +79,7 @@ exit:
}
PyDoc_STRVAR(_multibytecodec_MultibyteIncrementalEncoder_encode__doc__,
-"encode($self, /, input, final=0)\n"
+"encode($self, /, input, final=False)\n"
"--\n"
"\n");
@@ -126,7 +126,7 @@ _multibytecodec_MultibyteIncrementalEncoder_reset(MultibyteIncrementalEncoderObj
}
PyDoc_STRVAR(_multibytecodec_MultibyteIncrementalDecoder_decode__doc__,
-"decode($self, /, input, final=0)\n"
+"decode($self, /, input, final=False)\n"
"--\n"
"\n");
@@ -317,4 +317,4 @@ PyDoc_STRVAR(_multibytecodec___create_codec__doc__,
#define _MULTIBYTECODEC___CREATE_CODEC_METHODDEF \
{"__create_codec", (PyCFunction)_multibytecodec___create_codec, METH_O, _multibytecodec___create_codec__doc__},
-/*[clinic end generated code: output=c104f5fd548c1ac5 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=eebb21e18c3043d1 input=a9049054013a1b77]*/