diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-10-26 19:59:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-26 19:59:18 (GMT) |
commit | d898d20e8c228229eb68e545f544db13f246f216 (patch) | |
tree | 61c483b605b6dc9ae241764630ff5a4c1051dd7d /Doc/tools | |
parent | 26ae9f6d3d755734c9f371b9356325afe5764813 (diff) | |
download | cpython-d898d20e8c228229eb68e545f544db13f246f216.zip cpython-d898d20e8c228229eb68e545f544db13f246f216.tar.gz cpython-d898d20e8c228229eb68e545f544db13f246f216.tar.bz2 |
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 740850c..fe15aae 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -2,6 +2,7 @@ c-api/arg,,:ref,"PyArg_ParseTuple(args, ""O|O:ref"", &object, &callback)" c-api/list,,:high,list[low:high] c-api/sequence,,:i2,del o[i1:i2] c-api/sequence,,:i2,o[i1:i2] +c-api/tuple,,:high,p[low:high] c-api/unicode,,:end,str[start:end] c-api/unicode,,:start,unicode[start:start+length] distutils/examples,267,`,This is the description of the ``foobar`` package. |