[ python-Bugs-853558 ] new _Launch module includes useless
deprecated functions
SourceForge.net
noreply at sourceforge.net
Wed Dec 3 15:36:11 EST 2003
Bugs item #853558, was opened at 2003-12-03 15:22
Message generated for change (Comment added) made by etrepum
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=853558&group_id=5470
Category: Macintosh
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Jack Jansen (jackjansen)
Summary: new _Launch module includes useless deprecated functions
Initial Comment:
You should blacklist LSInit and LSTerm, both are deprecated
and should never be used.
----------------------------------------------------------------------
>Comment By: Bob Ippolito (etrepum)
Date: 2003-12-03 15:36
Message:
Logged In: YES
user_id=139309
It's also missing:
LSGetExtensionInfo [mostly a dupe of os.path.splitext, but might
be nice to have]
LSCopyDisplayNameForRef [these are a must have]
LSCopyDisplayNameForURL
LSSetExtensionHiddenForRef [these would be nice]
LSSetExtensionHiddenForURL
LSCopyKindStringForTypeInfo [these are a must have]
LSCopyKindStringForMIMEType
LSCopyApplicationForMIMEType
LSFindApplicationForInfo [nice to have have, I think it's a subset of
LSGetApplicationForInfo though]
-- new things in 10.3 that might be nice to have --
LSRegisterURL
LSRegisterFSRef
LSCopyApplicationURLsForURL
everything in UTType.h
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=853558&group_id=5470
More information about the Python-bugs-list
mailing list