]> granicus.if.org Git - python/commit
- Allow access to poperties of the "application" OSA class directly from
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 13 Jun 2003 14:27:35 +0000 (14:27 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 13 Jun 2003 14:27:35 +0000 (14:27 +0000)
commitc8882b10c490298c670cec8ad6239acfaf14a66a
tree71720a8fb0344f58045743bee501a2925951b990
parentfdbe5223b7402ee34c4f0c06caa6faabd9e73e35
- Allow access to poperties of the "application" OSA class directly from
the toplevel package. This already worked for elements, but now for
properties too. Fixes #753925.
- Even better, the toplevel class (such as Finder.Finder) now inherits
the element and property dictionaries of its application class and has
the necessary glue to allow you to say
  f = Finder.Finder()
  f.get(f.name)
Lib/plat-mac/aetools.py
Lib/plat-mac/gensuitemodule.py