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
Showing
Include/bytes_methods.h
0 → 100644
Lib/test/buffer_tests.py
0 → 100644
Objects/bytes_methods.c
0 → 100644
Objects/stringlib/ctype.h
0 → 100644
Please register or sign in to comment