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
dd7e3130
Kaydet (Commit)
dd7e3130
authored
Ock 04, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix two issues found by the suspicious builder.
üst
700cf28f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ctypes.rst
Doc/library/ctypes.rst
+1
-1
multiprocessing.rst
Doc/library/multiprocessing.rst
+1
-1
stdtypes.rst
Doc/library/stdtypes.rst
+1
-1
No files found.
Doc/library/ctypes.rst
Dosyayı görüntüle @
dd7e3130
...
...
@@ -1864,7 +1864,7 @@ Utility functions
:module: ctypes.util
Try to find a library and return a pathname. *name* is the library name
without any prefix like ``lib``
`
, suffix like ``.so``, ``.dylib`` or version
without any prefix like ``lib``, suffix like ``.so``, ``.dylib`` or version
number (this is the form used for the posix linker option :option:`-l`). If
no library can be found, returns ``None``.
...
...
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
dd7e3130
...
...
@@ -1812,7 +1812,7 @@ Address Formats
* An ``'
AF_PIPE
'`` address is a string of the form
:samp:`r'
\\\\.\\
pipe
\\{
PipeName
}
'`. To use :func:`Client` to connect to a named
pipe on a remote computer called *ServerName* one should use an address of the
form :samp:`r'
\\\\{
ServerName
}\\
pipe
\\{
PipeName
}
'`
`
instead.
form :samp:`r'
\\\\{
ServerName
}\\
pipe
\\{
PipeName
}
'` instead.
Note that any string beginning with two backslashes is assumed by default to be
an ``'
AF_PIPE
'`` address rather than an ``'
AF_UNIX
'`` address.
...
...
Doc/library/stdtypes.rst
Dosyayı görüntüle @
dd7e3130
...
...
@@ -338,7 +338,7 @@ Notes:
module: math
single: floor() (in module math)
single: ceil() (in module math)
single: trunc() (in module math)
single: trunc() (in module math)
pair: numeric; conversions
Conversion from floats using :func:`int` or :func:`long` truncates toward
...
...
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