Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
0df73674
Kaydet (Commit)
0df73674
authored
Ara 28, 2010
tarafından
Terry Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue 10738: Fix webbrowser.Opera.raise_opts value.
üst
08fc7017
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
webbrowser.py
Lib/webbrowser.py
+1
-5
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/webbrowser.py
Dosyayı görüntüle @
0df73674
...
...
@@ -285,12 +285,10 @@ class Mozilla(UnixBrowser):
"""Launcher class for Mozilla/Netscape browsers."""
raise_opts
=
[
"-noraise"
,
"-raise"
]
remote_args
=
[
'-remote'
,
'openURL(
%
s
%
action)'
]
remote_action
=
""
remote_action_newwin
=
",new-window"
remote_action_newtab
=
",new-tab"
background
=
True
Netscape
=
Mozilla
...
...
@@ -303,15 +301,13 @@ class Galeon(UnixBrowser):
remote_args
=
[
'
%
action'
,
'
%
s'
]
remote_action
=
"-n"
remote_action_newwin
=
"-w"
background
=
True
class
Opera
(
UnixBrowser
):
"Launcher class for Opera browser."
raise_opts
=
[
""
,
"-raise"
]
raise_opts
=
[
"-noraise"
,
""
]
remote_args
=
[
'-remote'
,
'openURL(
%
s
%
action)'
]
remote_action
=
""
remote_action_newwin
=
",new-window"
...
...
Misc/NEWS
Dosyayı görüntüle @
0df73674
...
...
@@ -22,6 +22,8 @@ Core and Builtins
Library
-------
- Issue 10738: Fix webbrowser.Opera.raise_opts
- Issue 9824: SimpleCookie now encodes , and ; in values to cater to how
browsers actually parse cookies.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment