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
c74298a7
Kaydet (Commit)
c74298a7
authored
Eyl 16, 2004
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
0a1af4ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
string.py
Lib/string.py
+1
-1
test_httplib.py
Lib/test/test_httplib.py
+1
-1
No files found.
Lib/string.py
Dosyayı görüntüle @
c74298a7
...
@@ -178,7 +178,7 @@ class Template:
...
@@ -178,7 +178,7 @@ class Template:
mapping
=
_multimap
(
kws
,
args
[
0
])
mapping
=
_multimap
(
kws
,
args
[
0
])
else
:
else
:
mapping
=
args
[
0
]
mapping
=
args
[
0
]
delimiter
=
self
.
delimiter
[
-
1
]
delimiter
=
self
.
delimiter
[
-
1
]
# Helper function for .sub()
# Helper function for .sub()
def
convert
(
mo
):
def
convert
(
mo
):
named
=
mo
.
group
(
'named'
)
named
=
mo
.
group
(
'named'
)
...
...
Lib/test/test_httplib.py
Dosyayı görüntüle @
c74298a7
...
@@ -118,7 +118,7 @@ def _test():
...
@@ -118,7 +118,7 @@ def _test():
else
:
else
:
print
"Expect InvalidURL"
print
"Expect InvalidURL"
for
hp
,
h
,
p
in
((
"[fe80::207:e9ff:fe9b]:8000"
,
"fe80::207:e9ff:fe9b"
,
8000
),
for
hp
,
h
,
p
in
((
"[fe80::207:e9ff:fe9b]:8000"
,
"fe80::207:e9ff:fe9b"
,
8000
),
(
"www.python.org:80"
,
"www.python.org"
,
80
),
(
"www.python.org:80"
,
"www.python.org"
,
80
),
(
"www.python.org"
,
"www.python.org"
,
80
),
(
"www.python.org"
,
"www.python.org"
,
80
),
(
"[fe80::207:e9ff:fe9b]"
,
"fe80::207:e9ff:fe9b"
,
80
)):
(
"[fe80::207:e9ff:fe9b]"
,
"fe80::207:e9ff:fe9b"
,
80
)):
...
...
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