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
0f194234
Kaydet (Commit)
0f194234
authored
Ock 01, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #1394868: doc typos
üst
60b29961
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
liblogging.tex
Doc/lib/liblogging.tex
+1
-1
libstdtypes.tex
Doc/lib/libstdtypes.tex
+3
-3
libsubprocess.tex
Doc/lib/libsubprocess.tex
+1
-1
No files found.
Doc/lib/liblogging.tex
Dosyayı görüntüle @
0f194234
...
...
@@ -59,7 +59,7 @@ generated. This is the basic mechanism controlling the verbosity of
logging output.
Logging messages are encoded as instances of the
\class
{
LogRecord
}
class.
When a logger decides to actually log an event, a
n
\class
{
LogRecord
}
When a logger decides to actually log an event, a
\class
{
LogRecord
}
instance is created from the logging message.
Logging messages are subjected to a dispatch mechanism through the
...
...
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
0f194234
...
...
@@ -952,8 +952,8 @@ The conversion flag characters are:
precede the conversion (overrides a "space" flag).
}
\end{tableii}
The length modifier may be
\code
{
h
}
,
\code
{
l
}
, and
\code
{
L
}
may be
present, but
are ignored as they are
not necessary for Python.
A length modifier (
\code
{
h
}
,
\code
{
l
}
, or
\code
{
L
}
)
may be
present, but
is ignored as it is
not necessary for Python.
The conversion types are:
...
...
@@ -1606,7 +1606,7 @@ flush the read-ahead buffer.
defaults to the current position. The current file position is
not changed. Note that if a specified size exceeds the file's
current size, the result is platform-dependent: possibilities
include that file may remain unchanged, increase to the specified
include that
the
file may remain unchanged, increase to the specified
size as if zero-filled, or increase to the specified size with
undefined new content.
Availability: Windows, many
\UNIX
{}
variants.
...
...
Doc/lib/libsubprocess.tex
Dosyayı görüntüle @
0f194234
...
...
@@ -103,7 +103,7 @@ If \var{env} is not \code{None}, it defines the environment variables
for the new process.
If
\var
{
universal
_
newlines
}
is
\constant
{
True
}
, the file objects stdout
and stderr are opened as
a
text files, but lines may be terminated by
and stderr are opened as text files, but lines may be terminated by
any of
\code
{
'
\e
n'
}
, the Unix end-of-line convention,
\code
{
'
\e
r'
}
,
the Macintosh convention or
\code
{
'
\e
r
\e
n'
}
, the Windows convention.
All of these external representations are seen as
\code
{
'
\e
n'
}
by the
...
...
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