]> granicus.if.org Git - python/commit
Two ancient and obscure bugs found and fixed by Donovan Preston (these
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Mar 2003 21:16:06 +0000 (21:16 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Mar 2003 21:16:06 +0000 (21:16 +0000)
commit5b7338519507e984778355d1628ec65bfa59bb39
treed4a0dc9511f072926fb7037b3ae9ea7cf5112d91
parent6a9a3292f5152cf4c29c6899c123f1fa56eafb77
Two ancient and obscure bugs found and fixed by Donovan Preston (these
could be responsible for various unexplained problems with Python/OSA
interaction over the years):
- Enum values were passed as their string counterparts. Most applications
  don't seem to mind this, but some do (InDesign).
- Attributes have never worked (!), as they were incorrectly passed
  as parameters. Apparently nobody uses them much:-)
Lib/plat-mac/aetools.py