diff options
author | Inada Naoki <songofacandy@gmail.com> | 2020-06-25 23:07:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 23:07:22 (GMT) |
commit | 6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed (patch) | |
tree | b5e8c8e1c6f671b1f39078d0a7dbce48fe307f25 /Doc/c-api/abstract.rst | |
parent | 77ed29b2c2742b694cac6db5976afc31b58e4803 (diff) | |
download | cpython-6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed.zip cpython-6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed.tar.gz cpython-6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed.tar.bz2 |
bpo-41103: Remove old buffer protocol support (#21117)
They are deprecated since Python 3.0.
Diffstat (limited to 'Doc/c-api/abstract.rst')
-rw-r--r-- | Doc/c-api/abstract.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/c-api/abstract.rst b/Doc/c-api/abstract.rst index 1823f9d..f5df09f 100644 --- a/Doc/c-api/abstract.rst +++ b/Doc/c-api/abstract.rst @@ -24,4 +24,3 @@ but whose items have not been set to some non-\ ``NULL`` value yet. mapping.rst iter.rst buffer.rst - objbuffer.rst |