bpylist2
bpylist2 copied to clipboard
Inconsistencies of `NSData` and `NSMutableData`
Hi,
I would expect NSData
and NSMutableData
both to return python bytes
object. However, NSMutableData
returns an object which we can access the obj.NSdata
from.
I think the more expected manner would be that both will return bytes