bytestring.c: Delete unused buffer methods on `C.ByteString'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 Oct 2019 21:07:40 +0000 (22:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commit52f65fb396a0698a93d5fe04b1ee41dd9c49120c
tree6225c3f0f19d3fb90aeb253c6c1e36b03b204c83
parent326f6eb05fde206b6dc8c0dcbd3d0fa9aa178f35
bytestring.c: Delete unused buffer methods on `C.ByteString'.

I think this was needed in some ancient Python in order to inherit the
buffer methods from `str', but Python 2.5 certainly works fine without.
bytestring.c