[Patches] [ python-Patches-539360 ] Webbrowser.py and konqueror

noreply@sourceforge.net noreply@sourceforge.net
Fri, 11 Oct 2002 15:06:26 -0700


Patches item #539360, was opened at 2002-04-04 12:52
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=539360&group_id=5470

Category: Library (Lib)
>Group: Python 2.2.x
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Andy McKay (zopezen)
>Assigned to: Neal Norwitz (nnorwitz)
Summary: Webbrowser.py and konqueror

Initial Comment:
The open function for konqueror would always fail on the assert. The assert would check the action 
did not contain a single quote. The url passed through in the open function would always contain a 
single quote.

The assert should check the incoming url for a single quote. If its properly quoted then you can 
pass on to _remote. Secondly since the _remote url is now correctly quoted, there is no need for a 
second set of quotes on the kfmclient.

Tested on Kde 2.2.


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2002-10-11 18:06

Message:
Logged In: YES 
user_id=33168

Thanks!  Checked in as webbrowser.py 1.34 and 1.26.6.3

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

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