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
0bbbea15
Kaydet (Commit)
0bbbea15
authored
Agu 10, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typos only
üst
eafe32a6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
6 deletions
+10
-6
libfcntl.tex
Doc/lib/libfcntl.tex
+3
-1
libftplib.tex
Doc/lib/libftplib.tex
+1
-1
libimp.tex
Doc/lib/libimp.tex
+1
-1
libfcntl.tex
Doc/libfcntl.tex
+3
-1
libftplib.tex
Doc/libftplib.tex
+1
-1
libimp.tex
Doc/libimp.tex
+1
-1
No files found.
Doc/lib/libfcntl.tex
Dosyayı görüntüle @
0bbbea15
...
...
@@ -39,7 +39,9 @@ The module defines the following functions:
If the library modules
\code
{
FCNTL
}
or
\code
{
IOCTL
}
are missing, you
can find the opcodes in the C include files
\code
{
sys/fcntl
}
and
\code
{
sys/ioctl
}
. You can create the modules yourself with the h2py
script, found in the
\code
{
Demo/scripts
}
directory.
script, found in the
\code
{
Tools/scripts
}
directory.
\stmodindex
{
FCNTL
}
\stmodindex
{
IOCTL
}
Examples (all on a SVR4 compliant system):
...
...
Doc/lib/libftplib.tex
Dosyayı görüntüle @
0bbbea15
...
...
@@ -7,7 +7,7 @@ This module defines the class \code{FTP} and a few related items. The
\code
{
FTP
}
class implements the client side of the FTP protocol. You
can use this to write Python programs that perform a variety of
automated FTP jobs, such as mirroring other ftp servers. It is also
used b
u
the module
\code
{
urllib
}
to handle URLs that use FTP. For
used b
y
the module
\code
{
urllib
}
to handle URLs that use FTP. For
more information on FTP (File Transfer Protocol), see Internet RFC
959.
...
...
Doc/lib/libimp.tex
Dosyayı görüntüle @
0bbbea15
...
...
@@ -6,7 +6,7 @@ This module provides an interface to the mechanisms used to implement
the
\code
{
import
}
statement. It defines the following constants and
functions:
\renewcommand
{
\indexsubitem
}{
(in module
struct
)
}
\renewcommand
{
\indexsubitem
}{
(in module
imp
)
}
\begin{funcdesc}
{
get
_
magic
}{}
Return the magic string value used to recognize byte-compiled code
...
...
Doc/libfcntl.tex
Dosyayı görüntüle @
0bbbea15
...
...
@@ -39,7 +39,9 @@ The module defines the following functions:
If the library modules
\code
{
FCNTL
}
or
\code
{
IOCTL
}
are missing, you
can find the opcodes in the C include files
\code
{
sys/fcntl
}
and
\code
{
sys/ioctl
}
. You can create the modules yourself with the h2py
script, found in the
\code
{
Demo/scripts
}
directory.
script, found in the
\code
{
Tools/scripts
}
directory.
\stmodindex
{
FCNTL
}
\stmodindex
{
IOCTL
}
Examples (all on a SVR4 compliant system):
...
...
Doc/libftplib.tex
Dosyayı görüntüle @
0bbbea15
...
...
@@ -7,7 +7,7 @@ This module defines the class \code{FTP} and a few related items. The
\code
{
FTP
}
class implements the client side of the FTP protocol. You
can use this to write Python programs that perform a variety of
automated FTP jobs, such as mirroring other ftp servers. It is also
used b
u
the module
\code
{
urllib
}
to handle URLs that use FTP. For
used b
y
the module
\code
{
urllib
}
to handle URLs that use FTP. For
more information on FTP (File Transfer Protocol), see Internet RFC
959.
...
...
Doc/libimp.tex
Dosyayı görüntüle @
0bbbea15
...
...
@@ -6,7 +6,7 @@ This module provides an interface to the mechanisms used to implement
the
\code
{
import
}
statement. It defines the following constants and
functions:
\renewcommand
{
\indexsubitem
}{
(in module
struct
)
}
\renewcommand
{
\indexsubitem
}{
(in module
imp
)
}
\begin{funcdesc}
{
get
_
magic
}{}
Return the magic string value used to recognize byte-compiled code
...
...
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