This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hhas
Recipients
Date 2005-01-31.17:53:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
OSATerminology.GetSysTerminology() is broken as it calls 
OSAGetAppTerminology instead of OSAGetSysTerminology. 

Attached diff fixes this bug, and additionally patches both 
functions to ignore any modeFlags arguments passed by user as 
this value should always be kOSAModeNull. Some minor 
additions and improvements to commenting and docstrings too. 
Tested and working on Python 2.3.3, OS 10.2.8.

See also bug #884085, patch #979784. (Note that this patch 
supercedes #979784.)
History
Date User Action Args
2007-08-23 14:29:16adminlinkissue1113328 messages
2007-08-23 14:29:16admincreate