Re: [Pyobjc-dev] NSFont.alloc() no more needed?
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2004-02-17 14:37:36
|
On Feb 17, 2004, at 9:07 AM, Dinu Gherman wrote: > Bob Ippolito: > >> ClassName.alloc().classMethod() has never been correct code. This >> pythonism was intentionally changed in PyObjC to accommodate for the >> fact that ObjC has separate namespaces for instance methods and class >> methods (class methods are really metaclass methods in ObjC). > > But when and where did it change? I don't recall exactly when, but it was over a month ago. https://sourceforge.net/tracker/? func=detail&atid=114534&aid=836342&group_id=14534 -bob |