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
4865e4a5
Kaydet (Commit)
4865e4a5
authored
Ock 22, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct several typos in libos.tex. Bug #1412227.
üst
0ce2be8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
libos.tex
Doc/lib/libos.tex
+11
-11
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
4865e4a5
...
...
@@ -418,7 +418,7 @@ Availability: Macintosh, \UNIX, Windows.
(Note that
\code
{
\var
{
child
_
stdin
}
,
\var
{
child
_
stdout
}
, and
\var
{
child
_
stderr
}}
are named from the point of view of the child
process,
i.e.
\var
{
child
_
stdin
}
is the child's standard input.)
process,
so
\var
{
child
_
stdin
}
is the child's standard input.)
This functionality is also available in the
\refmodule
{
popen2
}
module
using functions of the same names, but the return values of those
...
...
@@ -1008,7 +1008,7 @@ the time of creation on Windows):
\versionchanged
[If
\function
{
stat
_
float
_
times
}
returns true, the time
values are floats, measuring seconds. Fractions of a second may be
reported if the system supports that. On Mac OS, the times are always
floats. See
\function
{
stat
_
float
_
times
}
for further discussion
.
]
{
2.3
}
floats. See
\function
{
stat
_
float
_
times
}
for further discussion]
{
2.3
}
On some
\UNIX
{}
systems (such as Linux), the following attributes may
also be available:
...
...
@@ -1018,8 +1018,8 @@ also be available:
\member
{
st
_
flags
}
(user defined flags for file).
On other
\UNIX
{}
systems (such as FreeBSD), the following attributes
may be available (but may be only filled out
o
f root tries to
use them:
may be available (but may be only filled out
i
f root tries to
use them
)
:
\member
{
st
_
gen
}
(file generation number),
\member
{
st
_
birthtime
}
(time of file creation).
...
...
@@ -1069,9 +1069,9 @@ Availability: Macintosh, \UNIX, Windows.
\begin{funcdesc}
{
stat
_
float
_
times
}{
\optional
{
newvalue
}}
Determine whether
\class
{
stat
_
result
}
represents time stamps as float
objects. If
newval is True, future calls to stat() return floats, if
it is False, future calls return ints. If newval is omitted, return
the current setting.
objects. If
\var
{
newvalue
}
is
\code
{
True
}
, future calls to
\function
{
stat()
}
return floats, if it is
\code
{
False
}
, future calls return ints.
If
\var
{
newvalue
}
is omitted, return
the current setting.
For compatibility with older Python versions, accessing
\class
{
stat
_
result
}
as a tuple always returns integers.
...
...
@@ -1080,7 +1080,7 @@ For compatibility with older Python versions, accessing
which do not work correctly with floating point time stamps can use
this function to restore the old behaviour]
{
2.5
}
The resolution of the timestamps (
i.e.
the smallest possible fraction)
The resolution of the timestamps (
that is
the smallest possible fraction)
depends on the system. Some systems only support second resolution;
on these systems, the fraction will always be zero.
...
...
@@ -1224,7 +1224,7 @@ false is ineffective, because in bottom-up mode the directories in
By default errors from the
\code
{
os.listdir()
}
call are ignored. If
optional argument
\var
{
onerror
}
is specified, it should be a function;
it will be called with one argument, an
os.error
instance. It can
it will be called with one argument, an
\exception
{
OSError
}
instance. It can
report the error to continue with the walk, or raise the exception
to abort the walk. Note that the filename is available as the
\code
{
filename
}
attribute of the exception object.
...
...
@@ -1833,8 +1833,8 @@ Availability: Macintosh, \UNIX.
\begin{funcdesc}
{
getloadavg
}{}
Return the number of processes in the system run queue averaged over
the last 1, 5, and 15 minutes or raises
OSError if the load average
was unobtainable.
the last 1, 5, and 15 minutes or raises
\exception
{
OSError
}
if the load
average
was unobtainable.
\versionadded
{
2.3
}
\end{funcdesc}
...
...
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