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
5409177b
Kaydet (Commit)
5409177b
authored
Agu 17, 2015
tarafından
Robert Collins
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #24774: Fix docstring in http.server.test.
Patch from Chiu-Hsiang Hsu.
üst
e6894d62
9644f245
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
server.py
Lib/http/server.py
+1
-2
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/http/server.py
Dosyayı görüntüle @
5409177b
...
@@ -1167,8 +1167,7 @@ def test(HandlerClass=BaseHTTPRequestHandler,
...
@@ -1167,8 +1167,7 @@ def test(HandlerClass=BaseHTTPRequestHandler,
ServerClass
=
HTTPServer
,
protocol
=
"HTTP/1.0"
,
port
=
8000
,
bind
=
""
):
ServerClass
=
HTTPServer
,
protocol
=
"HTTP/1.0"
,
port
=
8000
,
bind
=
""
):
"""Test the HTTP request handler class.
"""Test the HTTP request handler class.
This runs an HTTP server on port 8000 (or the first command line
This runs an HTTP server on port 8000 (or the port argument).
argument).
"""
"""
server_address
=
(
bind
,
port
)
server_address
=
(
bind
,
port
)
...
...
Misc/ACKS
Dosyayı görüntüle @
5409177b
...
@@ -622,6 +622,7 @@ Ken Howard
...
@@ -622,6 +622,7 @@ Ken Howard
Brad Howes
Brad Howes
Mike Hoy
Mike Hoy
Ben Hoyt
Ben Hoyt
Chiu-Hsiang Hsu
Chih-Hao Huang
Chih-Hao Huang
Christian Hudon
Christian Hudon
Lawrence Hudson
Lawrence Hudson
...
...
Misc/NEWS
Dosyayı görüntüle @
5409177b
...
@@ -16,6 +16,8 @@ Core and Builtins
...
@@ -16,6 +16,8 @@ Core and Builtins
Library
Library
-------
-------
- Issue #24774: Fix docstring in http.server.test. Patch from Chiu-Hsiang Hsu.
- Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
- Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Patch from Łukasz Langa.
Patch from Łukasz Langa.
...
...
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