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 brian.curtin
Recipients brian.curtin, joncwchao
Date 2010-03-25.19:26:05
SpamBayes Score 4.1047406e-05
Marked as misclassified No
Message-id <1269545168.68.0.885574390506.issue8232@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, the WindowsDefault class gets used and it doesn't make use of anything other than the URL (no 'new' or 'autoraise'). All it does is pass the URL onto os.startfile.

It should make a better attempt at running the URL. Patches welcome, or I'll try to come up with one shortly.
History
Date User Action Args
2010-03-25 19:26:08brian.curtinsetrecipients: + brian.curtin, joncwchao
2010-03-25 19:26:08brian.curtinsetmessageid: <1269545168.68.0.885574390506.issue8232@psf.upfronthosting.co.za>
2010-03-25 19:26:05brian.curtinlinkissue8232 messages
2010-03-25 19:26:05brian.curtincreate