Staging
v0.5.1
https://github.com/python/cpython
Revision 8cb02b6000c66478406c12270a9f86e39fd20305 authored by Alexandre Vassalotti on 03 May 2008, 01:42:49 UTC, committed by Alexandre Vassalotti on 03 May 2008, 01:42:49 UTC
memoryview objects have a different API (such as for indexing) than
bytes and bytesarray objects, so memoryview objects shouldn't be
treated blindly as "bytes" objects.
1 parent 3fe8216
History
Tip revision: 8cb02b6000c66478406c12270a9f86e39fd20305 authored by Alexandre Vassalotti on 03 May 2008, 01:42:49 UTC
Removed memoryview objects from bytes_types.
Tip revision: 8cb02b6
File Mode Size
Grammar -rw-r--r-- 5.4 KB

back to top