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
f6856cef
Kaydet (Commit)
f6856cef
authored
Haz 20, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Uncomment wsgiref section
üst
f505e7fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+6
-8
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
f6856cef
...
@@ -2074,10 +2074,9 @@ Marc-Andr\'e Lemburg.}
...
@@ -2074,10 +2074,9 @@ Marc-Andr\'e Lemburg.}
%======================================================================
%======================================================================
%
\subsection{The wsgiref package\label{module-wsgiref}}
\subsection
{
The wsgiref package
\label
{
module-wsgiref
}}
% XXX should this be in a PEP 333 section instead?
% XXX should this be in a PEP 333 section instead?
\begin{comment}
The Web Server Gateway Interface (WSGI) v1.0 defines a standard
The Web Server Gateway Interface (WSGI) v1.0 defines a standard
interface between web servers and Python web applications and is
interface between web servers and Python web applications and is
...
@@ -2086,10 +2085,7 @@ implementation of the WSGI specification.
...
@@ -2086,10 +2085,7 @@ implementation of the WSGI specification.
The package includes a basic HTTP server that will run a WSGI
The package includes a basic HTTP server that will run a WSGI
application; this server is useful for debugging but isn't intended for
application; this server is useful for debugging but isn't intended for
production use.
production use. Setting up a server takes only a few lines of code:
% XXX structure of WSGI applications?
% XXX provide an example using Django or some other framework?
\begin{verbatim}
\begin{verbatim}
from wsgiref import simple
_
server
from wsgiref import simple
_
server
...
@@ -2102,17 +2098,19 @@ httpd = make_server(host, port, wsgi_app)
...
@@ -2102,17 +2098,19 @@ httpd = make_server(host, port, wsgi_app)
httpd.serve
_
forever()
httpd.serve
_
forever()
\end{verbatim}
\end{verbatim}
% XXX discuss structure of WSGI applications?
% XXX provide an example using Django or some other framework?
\begin{seealso}
\begin{seealso}
\seeurl
{
http://www.wsgi.org
}{
A central web site for WSGI-related resources.
}
\seepep
{
333
}{
Python Web Server Gateway Interface v1.0
}{
PEP written by
\seepep
{
333
}{
Python Web Server Gateway Interface v1.0
}{
PEP written by
Phillip J. Eby.
}
Phillip J. Eby.
}
\end{seealso}
\end{seealso}
\end{comment}
% ======================================================================
% ======================================================================
\section
{
Build and C API Changes
\label
{
build-api
}}
\section
{
Build and C API Changes
\label
{
build-api
}}
...
...
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