Message5229

Author juneau001
Recipients arjaan, fwierzbicki, juneau001, pjenvey
Date 2009-10-13.18:56:03
SpamBayes Score 0.0013648649
Marked as misclassified No
Message-id <1255460167.16.0.982279136399.issue1762054@psf.upfronthosting.co.za>
In-reply-to
Content
Implemented open() using java.awt.Desktop as suggested by pjenvey.  This 
patch also includes a special InternetConfig() class in place of using 
ic.  The InternetConfig() class uses the same open() implementation 
making use of the java.awt.Desktop browse method.  This patch has been 
tested on Mac OS X 10.5.8 and Windows XP.  This implementation of the 
webbrowser module has also been tested with the yolk utility.
History
Date User Action Args
2009-10-13 18:56:07juneau001setmessageid: <1255460167.16.0.982279136399.issue1762054@psf.upfronthosting.co.za>
2009-10-13 18:56:07juneau001setrecipients: + juneau001, fwierzbicki, pjenvey, arjaan
2009-10-13 18:56:06juneau001linkissue1762054 messages
2009-10-13 18:56:06juneau001create