.. -*- mode: rst -*-
There's a constant battle in `PyObjC`__ about what to do about regular ``str`` instances, since Foundation doesn't have a data type that's unencoded bytes (``NSData``) and text (``NSString``) at the same time. Up to now, ``str`` instances were be converted to ``NSString`` using Python's default ...