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
b91dffe1
Kaydet (Commit)
b91dffe1
authored
Mar 31, 2001
tarafından
Moshe Zadka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- #12195 - webbrowser.py - there was typo in Mac code
üst
80a5f0ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
webbrowser.py
Lib/webbrowser.py
+1
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/webbrowser.py
Dosyayı görüntüle @
b91dffe1
...
@@ -215,7 +215,7 @@ except ImportError:
...
@@ -215,7 +215,7 @@ except ImportError:
else
:
else
:
class
InternetConfig
:
class
InternetConfig
:
def
open
(
self
,
url
,
new
=
0
):
def
open
(
self
,
url
,
new
=
0
):
ic
.
launcurl
(
url
)
ic
.
launc
h
url
(
url
)
def
open_new
(
self
,
url
):
def
open_new
(
self
,
url
):
self
.
open
(
url
)
self
.
open
(
url
)
...
...
Misc/NEWS
Dosyayı görüntüle @
b91dffe1
...
@@ -129,6 +129,8 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=<id>&group_id=5470&atid
...
@@ -129,6 +129,8 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=<id>&group_id=5470&atid
- Update install-sh using version from automake 1.4.
- Update install-sh using version from automake 1.4.
- #12195 - webbrowser.py - there was typo in Mac code
What's New in Python 2.0?
What's New in Python 2.0?
=========================
=========================
...
...
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