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
f62445ad
Kaydet (Commit)
f62445ad
authored
Haz 24, 2012
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix casing of Unix.
üst
8a5555f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
os.rst
Doc/library/os.rst
+4
-3
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
f62445ad
...
@@ -801,6 +801,7 @@ as internal buffering of data.
...
@@ -801,6 +801,7 @@ as internal buffering of data.
.. versionadded:: 3.3
.. versionadded:: 3.3
.. function:: lseek(fd, pos, how)
.. function:: lseek(fd, pos, how)
Set the current position of file descriptor *fd* to position *pos*, modified
Set the current position of file descriptor *fd* to position *pos*, modified
...
@@ -1952,8 +1953,8 @@ features:
...
@@ -1952,8 +1953,8 @@ features:
os.stat in os.supports_dir_fd
os.stat in os.supports_dir_fd
Currently *dir_fd* parameters only work on U
NIX platforms;
Currently *dir_fd* parameters only work on U
nix platforms; none of them work
none of them work
on Windows.
on Windows.
.. versionadded:: 3.3
.. versionadded:: 3.3
...
@@ -3308,6 +3309,6 @@ Miscellaneous Functions
...
@@ -3308,6 +3309,6 @@ Miscellaneous Functions
This function returns random bytes from an OS-specific randomness source. The
This function returns random bytes from an OS-specific randomness source. The
returned data should be unpredictable enough for cryptographic applications,
returned data should be unpredictable enough for cryptographic applications,
though its exact quality depends on the OS implementation. On a U
NIX
-like
though its exact quality depends on the OS implementation. On a U
nix
-like
system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
If a randomness source is not found, :exc:`NotImplementedError` will be raised.
If a randomness source is not found, :exc:`NotImplementedError` will be raised.
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