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 bob.ippolito
Recipients
Date 2004-09-27.01:29:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=139309

Removing those unused functions, we're left with two functions that 
require CoreServices:

PyMac_StrError
	GetResource
	HLock
	HUnlock
	ReleaseResource

PyMac_GetFullPathname
	FSpMakeFSRef
	FSMakeFSSpec
	FSpMakeFSRef
	FSRefMakePath

I think these two functions can safely be refactored so that their 
functionality comes from elsewhere.  Realistically, both of these 
functions could probably be written in Python anyway (it sure sounds 
like PyMac_GetFullPathname should be due to the comments)
History
Date User Action Args
2007-08-23 14:26:27adminlinkissue1034277 messages
2007-08-23 14:26:27admincreate