Użytkownik Paul McNett napisał: > addObject() should be deprecated and eventually removed. There isn't a > use-case for > its existence, and came from Dabo's earliest days when attempting to > shoe-horn idioms > from FoxPro into Python.
I though so. > o = self.addObject(Cls, params) -> o = Cls(self, params) Agree. > If you take this on, I believe AppWizard still generates code with > addObject() which > would need to be fixed, too. We are safe here, there is no such code. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
