]> granicus.if.org Git - python/commit
Properties (like enums) are not in the global namespace but only valid
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 1 Apr 2003 22:01:58 +0000 (22:01 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 1 Apr 2003 22:01:58 +0000 (22:01 +0000)
commitbc956056d401f0137e687f878a487fa2a16199df
treee8a1d421b65f401594e6428fd64798d9703798d7
parent3279cb03154267acbdb4eebe391512a055ba59a1
Properties (like enums) are not in the global namespace but only valid
within a certain context. Give them an _Prop_ prefix, so they don't
accidentally obscure an element from another suite (as happened with
the Finder). Comparisons I'm not sure about, so I left them as global
names.

Also got rid of the lists if declarations, they serve no useful purpose.
Lib/plat-mac/gensuitemodule.py