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
b67449d3
Kaydet (Commit)
b67449d3
authored
Eyl 08, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix spacing markup and other sundries.
üst
c60577ea
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
libos.tex
Doc/lib/libos.tex
+4
-4
libshlex.tex
Doc/lib/libshlex.tex
+1
-1
libstdtypes.tex
Doc/lib/libstdtypes.tex
+3
-3
libtime.tex
Doc/lib/libtime.tex
+1
-1
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
b67449d3
...
...
@@ -421,7 +421,7 @@ Availability: \UNIX.
Return system configuration information relevant to an open file.
\var
{
name
}
specifies the configuration value to retrieve; it may be a
string which is the name of a defined system value; these names are
specified in a number of standards (
\POSIX
.1,
\UNIX
95,
\UNIX
98, and
specified in a number of standards (
\POSIX
.1,
\UNIX
{}
95,
\UNIX
{}
98, and
others). Some platforms define additional names as well. The names
known to the host operating system are given in the
\code
{
pathconf
_
names
}
dictionary. For configuration variables not
...
...
@@ -793,7 +793,7 @@ paths are those that use the `\code{\e\e host\e path}' syntax).
Return system configuration information relevant to a named file.
\var
{
name
}
specifies the configuration value to retrieve; it may be a
string which is the name of a defined system value; these names are
specified in a number of standards (
\POSIX
.1,
\UNIX
95,
\UNIX
98, and
specified in a number of standards (
\POSIX
.1,
\UNIX
{}
95,
\UNIX
{}
98, and
others). Some platforms define additional names as well. The names
known to the host operating system are given in the
\code
{
pathconf
_
names
}
dictionary. For configuration variables not
...
...
@@ -1080,7 +1080,7 @@ false, the triple for a directory is generated after the triples for all
of its subdirectories (directories are generated bottom up).
When
\var
{
topdown
}
is true, the caller can modify the
\var
{
dirnames
}
list
in-place (
e.g., via
\keyword
{
del
}
or slice assignment), and
in-place (
perhaps unsing
\keyword
{
del
}
or slice assignment), and
\function
{
walk()
}
will only recurse into the subdirectories whose names
remain in
\var
{
dirnames
}
; this can be used to prune the search,
impose a specific order of visiting, or even to inform
\function
{
walk()
}
...
...
@@ -1667,7 +1667,7 @@ Availability: \UNIX.
Return string-valued system configuration values.
\var
{
name
}
specifies the configuration value to retrieve; it may be a
string which is the name of a defined system value; these names are
specified in a number of standards (
\POSIX
,
\UNIX
95,
\UNIX
98, and
specified in a number of standards (
\POSIX
,
\UNIX
{}
95,
\UNIX
{}
98, and
others). Some platforms define additional names as well. The names
known to the host operating system are given in the
\code
{
confstr
_
names
}
dictionary. For configuration variables not
...
...
Doc/lib/libshlex.tex
Dosyayı görüntüle @
b67449d3
...
...
@@ -117,7 +117,7 @@ messages. This is the same method used internally by the
\begin{methoddesc}
{
pop
_
source
}{}
Pop the last-pushed input source from the input stack.
This is the same method used internally when the lexer reaches
\EOF
on a stacked input stream.
\EOF
{}
on a stacked input stream.
\versionadded
{
2.1
}
\end{methoddesc}
...
...
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
b67449d3
...
...
@@ -416,8 +416,8 @@ specified in the syntax using a preceeding \character{u} character:
separating items with commas:
\code
{
[a, b, c]
}
. Tuples are
constructed by the comma operator (not within square brackets), with
or without enclosing parentheses, but an empty tuple must have the
enclosing parentheses,
e.g.,
\code
{
a, b, c
}
or
\code
{
()
}
. A single
item tuple must have a trailing comma,
e.g.,
\code
{
(d,)
}
.
enclosing parentheses,
such as
\code
{
a, b, c
}
or
\code
{
()
}
. A single
item tuple must have a trailing comma,
such as
\code
{
(d,)
}
.
\obindex
{
sequence
}
\obindex
{
string
}
\obindex
{
Unicode
}
...
...
@@ -1361,7 +1361,7 @@ flush the read-ahead buffer.
include that 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.
Availability: Windows, many
\UNIX
{}
variants.
\end{methoddesc}
\begin{methoddesc}
[file]
{
write
}{
str
}
...
...
Doc/lib/libtime.tex
Dosyayı görüntüle @
b67449d3
...
...
@@ -357,7 +357,7 @@ Where:
These will be propogated into time.tzname
\item
[offset]
The offset has the form:
\plusminus
hh[:mm[:ss]].
The offset has the form:
\plusminus
{}
hh[:mm[:ss]].
This indicates the value added the local time to arrive at UTC.
If preceded by a '-', the timezone is east of the Prime
Meridian; otherwise, it is west. If no offset follows
...
...
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