diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/bytes.rst | 3 | ||||
-rw-r--r-- | Doc/c-api/unicode.rst | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/Doc/c-api/bytes.rst b/Doc/c-api/bytes.rst index 7617487..d62962c 100644 --- a/Doc/c-api/bytes.rst +++ b/Doc/c-api/bytes.rst @@ -58,9 +58,6 @@ called with a non-bytes parameter. .. % XXX: This should be exactly the same as the table in PyErr_Format. .. % One should just refer to the other. - .. % XXX: The descriptions for %zd and %zu are wrong, but the truth is complicated - .. % because not all compilers support the %z width modifier -- we fake it - .. % when necessary via interpolating PY_FORMAT_SIZE_T. .. tabularcolumns:: |l|l|L| diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index abcf0cd..5d420bf 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -397,10 +397,6 @@ APIs: ASCII-encoded string. The following format characters are allowed: .. % This should be exactly the same as the table in PyErr_Format. - .. % The descriptions for %zd and %zu are wrong, but the truth is complicated - .. % because not all compilers support the %z width modifier -- we fake it - .. % when necessary via interpolating PY_FORMAT_SIZE_T. - .. % Similar comments apply to the %ll width modifier and .. tabularcolumns:: |l|l|L| |