summaryrefslogtreecommitdiffstats
path: root/Include/bytes_methods.h
Commit message (Collapse)AuthorAgeFilesLines
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-0/+84
to be called a buffer). Shares code with stringobject when possible. Adds unit tests with common code that should be usable to test the PEPs mutable buffer() and immutable bytes() types. http://bugs.python.org/issue1261