Re: [Pyobjc-dev] NSString & mutability
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-02-05 20:20:59
|
On Wednesday, Feb 5, 2003, at 15:12 US/Eastern, Ronald Oussoren wrote: > BTW. Is anyone using the Objective-C style interface to Python objects > as defined by OC_PythonObject (e.g. [pyobject1 numberAdd:pyobject2])? > I'd like to remove this interface as most interesting types are, or > will be, proxied using classes with a Cocoa-style interface anyway. I don't believe so. Also, OC_PythonString.[hm] was not being used either, but I'm now using it for the String proxy I have put together -- don't bother removing it. It still needs clean up and may need adjusting after your changes are committed. The other changes sound like a grand improvement. b.bum |