[Patches] [ python-Patches-658781 ] Fix ResolveAliasFile in macfs.py
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 26 Dec 2002 15:07:03 -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: Closed
>Resolution: Fixed
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.
----------------------------------------------------------------------
>Comment By: Jack Jansen (jackjansen)
Date: 2002-12-27 00:07
Message:
Logged In: YES
user_id=45365
Thanks! Fixed in CVS, along with a couple of other similar cases.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=658781&group_id=5470