[Patches] [ python-Patches-658781 ] Fix ResolveAliasFile in macfs.py

noreply@sourceforge.net noreply@sourceforge.net
Thu, 26 Dec 2002 12:22:15 -0800


Patches item #658781, was opened at 2002-12-26 21:22
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=658781&group_id=5470

Category: Macintosh
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Carsten Albinger (calbinger)
Assigned to: Jack Jansen (jackjansen)
Summary: Fix ResolveAliasFile in macfs.py

Initial Comment:
macfs.ResolveAliasFile simply returns the result tuple of
Carbon.File.ResolveAliasFile which has just a 
Carbon.File.FSSpec as its first element.

This element should be a macfs.FSSpec which is derived from 
Carbon.File.FSSpec and adds several convenience functions. 

The patch adds wrapping the Carbon.File.FSSpec object with 
a macfs.FSSpec.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=658781&group_id=5470