]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Greg Stein: Implement the new bf_getcharbuffer function, indicating
authorGuido van Rossum <guido@python.org>
Thu, 8 Oct 1998 02:18:52 +0000 (02:18 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Oct 1998 02:18:52 +0000 (02:18 +0000)
commit1db7070217d80f0889aed44ceb1f11a82265b3f0
tree1abbaab201292b47c76bfb2983959c20799a7cdc
parent36eef3c1739cdec3956e5ad86b5887985d249302
Greg Stein: Implement the new bf_getcharbuffer function, indicating
that (as far as the data type is concerned!) this is character data.
Objects/bufferobject.c
Objects/stringobject.c