commit | 60d241f135f10312f5a638846659d7e471f6cac9 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Oct 16 06:31:30 2007 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Oct 16 06:31:30 2007 +0000 |
tree | 620abe8a5e99620cec51a3476ea96c2459956e70 | |
parent | 3d2fd7f923c35fe61c0f26f2ae150d73a42859b9 [diff] |
For PEP3137: Adds missing methods to the mutable PyBytes object (soon 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