Re: [Pyobjc-dev] Auto bridging instances by conversion
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-03 16:45:55
|
[Bob Ippolito] > > It's what I call a "real pain in the ass", at least when > > NSMutableString gets bridged into a PyString. Now _that's_ a bug. There is no Python equivalent to NSMutableString, so it makes no sense to convert it. [Ronald Oussoren] > A real argument for not doing the conversion! Nope, an argument for not converting NSMutableString ;-) Just |