bytestring.c: Implement indexing, slicing, concatenation and repeating.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Nov 2018 12:28:16 +0000 (12:28 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 10 Nov 2018 01:30:58 +0000 (01:30 +0000)
Now these return bytestring objects, rather than Python strings.


No differences found