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
3fda9360
Kaydet (Commit)
3fda9360
authored
Tem 20, 2006
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
markup fix
üst
9325ba6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
liblogging.tex
Doc/lib/liblogging.tex
+2
-2
No files found.
Doc/lib/liblogging.tex
Dosyayı görüntüle @
3fda9360
...
...
@@ -1069,7 +1069,7 @@ list of possible values is, note that they are not case sensitive:
If
\var
{
backupCount
}
is non-zero, the system will save old log files by
appending extensions to the filename. The extensions are date-and-time
based, using the strftime format
\code
{
%Y-%m-%d_%H-%M-
%S} or a leading
based, using the strftime format
\code
{
\%
Y-
\%
m-
\%
d
_
\%
H-
\%
M-
\
%
S
}
or a leading
portion thereof, depending on the rollover interval. At most
\var
{
backupCount
}
files will be kept, and if more would be created when rollover occurs, the
oldest one is deleted.
...
...
@@ -1537,7 +1537,7 @@ to start the server, and which you can \method{join()} when appropriate.
To stop the server, call
\function
{
stopListening()
}
. To send a configuration
to the socket, read in the configuration file and send it to the socket
as a string of bytes preceded by a four-byte length packed in binary using
struct.
\code
{
pack(
">L"
, n)
}
.
struct.
\code
{
pack(
'>L'
, n)
}
.
\end{funcdesc}
\begin{funcdesc}
{
stopListening
}{}
...
...
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