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
296152e6
Kaydet (Commit)
296152e6
authored
Ock 23, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct typos and markup errors (Raymond, thanks for texcheck)
üst
8797578a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
libcookie.tex
Doc/lib/libcookie.tex
+1
-1
libdl.tex
Doc/lib/libdl.tex
+1
-1
libmmap.tex
Doc/lib/libmmap.tex
+1
-1
libwinreg.tex
Doc/lib/libwinreg.tex
+2
-2
No files found.
Doc/lib/libcookie.tex
Dosyayı görüntüle @
296152e6
...
...
@@ -68,7 +68,7 @@ you should not use the \class{SerialCookie} class.
\begin{seealso}
\seemodule
{
cookielib
}{
HTTP cookie handling for
for
web
\seemodule
{
cookielib
}{
HTTP cookie handling for web
\emph
{
clients
}
. The
\module
{
cookielib
}
and
\module
{
Cookie
}
modules do not depend on each other.
}
...
...
Doc/lib/libdl.tex
Dosyayı görüntüle @
296152e6
...
...
@@ -27,7 +27,7 @@ signifies late binding (\constant{RTLD_LAZY}) or immediate binding
(
\constant
{
RTLD
_
NOW
}
). Default is
\constant
{
RTLD
_
LAZY
}
. Note that some
systems do not support
\constant
{
RTLD
_
NOW
}
.
Return value is a
\
pytype
{
dlobject
}
.
Return value is a
\
class
{
dlobject
}
.
\end{funcdesc}
The
\module
{
dl
}
module defines the following constants:
...
...
Doc/lib/libmmap.tex
Dosyayı görüntüle @
296152e6
...
...
@@ -63,7 +63,7 @@ the underlying file.
\strong
{
(
\UNIX
{}
version)
}
Maps
\var
{
length
}
bytes from the file
specified by the file descriptor
\var
{
fileno
}
, and returns a mmap
object. If
\var
{
length
}
is
\code
{
0
}
, the maximum length of the map
will be the current size of the file when
\function
{
mmap(
}
is
will be the current size of the file when
\function
{
mmap(
)
}
is
called.
\var
{
flags
}
specifies the nature of the mapping.
...
...
Doc/lib/libwinreg.tex
Dosyayı görüntüle @
296152e6
...
...
@@ -387,8 +387,8 @@ This module offers the following functions:
objects will compare true if they both reference the same
underlying Windows handle value.
Handle objects can be converted to an integer (e
g
, using the
builtin
\function
{
int()
}
function, in which case the underlying
Handle objects can be converted to an integer (e
.g.
, using the
builtin
\function
{
int()
}
function
)
, in which case the underlying
Windows handle value is returned. You can also use the
\method
{
Detach()
}
method to return the integer handle, and
also disconnect the Windows handle from the handle object.
...
...
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