[Patches] [ python-Patches-1244861 ] Enable os.startfile and webbrowser.WindowsDefault on Cygwin

SourceForge.net noreply at sourceforge.net
Tue Jul 26 01:38:19 CEST 2005


Patches item #1244861, was opened at 2005-07-25 23:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1244861&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Hoffman (hoffmanm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Enable os.startfile and webbrowser.WindowsDefault on Cygwin

Initial Comment:
This patch enables os.startfile() on Cygwin, converting
Cygwin POSIX paths to Windows paths unless they look
like URLs, and calling ShellExecute() on the result. It
also enables the webbrowser.WindowsDefault class, which
uses os.startfile(). It has to make WindowsError and
the PyErr*Windows* functions available as well because
win32_startfile() might call them.

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

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


More information about the Patches mailing list