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
6206394a
Kaydet (Commit)
6206394a
authored
Ara 15, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changed illegal \stmodindex{} to \refstmodindex{}, added index reference
to the stat module.
üst
8a528bd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
libposix.tex
Doc/lib/libposix.tex
+3
-2
libposix.tex
Doc/libposix.tex
+3
-2
No files found.
Doc/lib/libposix.tex
Dosyayı görüntüle @
6206394a
...
...
@@ -16,7 +16,7 @@ through the \code{os} interface. Once \code{os} is imported, there is
\code
{
posix
}
. In addition,
\code
{
os
}
provides some additional
functionality, such as automatically calling
\code
{
putenv()
}
when an entry is
\code
{
os.environ
}
is changed.
\stmodindex
{
os
}
\
ref
stmodindex
{
os
}
The descriptions below are very terse; refer to the corresponding
\UNIX
{}
manual (or POSIX documentation) entry for more information.
...
...
@@ -208,7 +208,7 @@ position; 2 to set it relative to the end of the file.
\begin{funcdesc}
{
lstat
}{
path
}
Like
\code
{
stat()
}
, but do not follow symbolic links. (On systems
without symbolic links, this is identical to
\code
{
posix.stat
}
.)
without symbolic links, this is identical to
\code
{
posix.stat
()
}
.)
\end{funcdesc}
\begin{funcdesc}
{
mkfifo
}{
path
\optional
{
\,
mode
}}
...
...
@@ -373,6 +373,7 @@ More items may be added at the end by some implementations.
Note: The standard module
\code
{
stat
}
defines functions and constants
that are useful for extracting information from a stat structure.
\refstmodindex
{
stat
}
\end{funcdesc}
\begin{funcdesc}
{
symlink
}{
src
\,
dst
}
...
...
Doc/libposix.tex
Dosyayı görüntüle @
6206394a
...
...
@@ -16,7 +16,7 @@ through the \code{os} interface. Once \code{os} is imported, there is
\code
{
posix
}
. In addition,
\code
{
os
}
provides some additional
functionality, such as automatically calling
\code
{
putenv()
}
when an entry is
\code
{
os.environ
}
is changed.
\stmodindex
{
os
}
\
ref
stmodindex
{
os
}
The descriptions below are very terse; refer to the corresponding
\UNIX
{}
manual (or POSIX documentation) entry for more information.
...
...
@@ -208,7 +208,7 @@ position; 2 to set it relative to the end of the file.
\begin{funcdesc}
{
lstat
}{
path
}
Like
\code
{
stat()
}
, but do not follow symbolic links. (On systems
without symbolic links, this is identical to
\code
{
posix.stat
}
.)
without symbolic links, this is identical to
\code
{
posix.stat
()
}
.)
\end{funcdesc}
\begin{funcdesc}
{
mkfifo
}{
path
\optional
{
\,
mode
}}
...
...
@@ -373,6 +373,7 @@ More items may be added at the end by some implementations.
Note: The standard module
\code
{
stat
}
defines functions and constants
that are useful for extracting information from a stat structure.
\refstmodindex
{
stat
}
\end{funcdesc}
\begin{funcdesc}
{
symlink
}{
src
\,
dst
}
...
...
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