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 hoffman
Recipients
Date 2005-07-25.23:38:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:43:36adminlinkissue1244861 messages
2007-08-23 15:43:36admincreate