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 pboddie
Recipients
Date 2005-09-24.21:39:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=226443

Several good points, Mike! (And I wondered where your 
own open program would fit in here.) The major problem 
with webbrowser is that it either uses obsolete techniques 
or just leaves most of the work to the caller. Moreover, it 
has to keep pace with the range of applicable programs, 
which is more work than just keeping up with relevant 
desktop environments even for such a restricted domain. 
   
Mike, John: the motivation for this module was that 
os.startfile hooks into the Windows API in order to follow 
the user preferences reliably stored elsewhere, yet there 
aren't equivalent functions for other systems, despite the 
fact that such functions have been around for some time. I 
think "kfmclient exec" may be the way to go for KDE, by the 
way. 
 
As for Windows, I do recall entering URLs at the command 
line, but I don't recall whether Windows observed my 
desktop preferences, although I do seem to remember it 
launching Acrobat Reader for remote PDF resources. 
Someone else would have to verify that, though. 
History
Date User Action Args
2007-08-23 15:44:00adminlinkissue1301512 messages
2007-08-23 15:44:00admincreate