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>
Fri, 10 Apr 2020 21:42:39 +0000 (22:42 +0100)
commit8d2f989633404555a54fe35799412f2cd4cc82ee
treecb950de7f9e62649dd0216d94483256230e5b853
parentde2b80a2402af81d9ef5a1172a039542ba7a6b11
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