bpylist2 icon indicating copy to clipboard operation
bpylist2 copied to clipboard

Inconsistencies of `NSData` and `NSMutableData`

Open doronz88 opened this issue 11 months ago • 0 comments

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

doronz88 avatar Mar 10 '24 16:03 doronz88