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.

classification
Title: Webbrowser.py and konqueror
Type: Stage:
Components: Library (Lib) Versions: Python 2.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: nnorwitz, zopezen
Priority: normal Keywords: patch

Created on 2002-04-04 17:52 by zopezen, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
diff.txt zopezen, 2002-04-04 17:52
Messages (2)
msg39462 - (view) Author: Andy McKay (zopezen) Date: 2002-04-04 17:52
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.
msg39463 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-10-11 22:06
Logged In: YES 
user_id=33168

Thanks!  Checked in as webbrowser.py 1.34 and 1.26.6.3
History
Date User Action Args
2022-04-10 16:05:11adminsetgithub: 36381
2002-04-04 17:52:47zopezencreate