Ed Leafe wrote: > On Aug 25, 2008, at 3:34 PM, Paul McNett wrote: > >>> if not self: >>> return >> Does that *always* work? IIRC, you can't check for self in the pre- >> init >> phase. > > You can't have a dead object exception in pre-init. So it's moot for > that case.
You can't check for self in pre-init, or a different exception will be raised. _______________________________________________ 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]
