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
5937f39a
Kaydet (Commit)
5937f39a
authored
Haz 27, 2014
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
üst
df71dcbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
os.rst
Doc/library/os.rst
+2
-9
os.py
Lib/os.py
+1
-1
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
5937f39a
...
...
@@ -1382,9 +1382,8 @@ Files and Directories
.. versionchanged:: 2.3
If :func:`stat_float_times` returns ``True``, the time values are floats, measuring
seconds. Fractions of a second may be reported if the system supports that. On
Mac OS, the times are always floats. See :func:`stat_float_times` for further
discussion.
seconds. Fractions of a second may be reported if the system supports that.
See :func:`stat_float_times` for further discussion.
On some Unix systems (such as Linux), the following attributes may also be
available:
...
...
@@ -1400,12 +1399,6 @@ Files and Directories
* :attr:`st_gen` - file generation number
* :attr:`st_birthtime` - time of file creation
On Mac OS systems, the following attributes may also be available:
* :attr:`st_rsize`
* :attr:`st_creator`
* :attr:`st_type`
On RISCOS systems, the following attributes are also available:
* :attr:`st_ftype` (file type)
...
...
Lib/os.py
Dosyayı görüntüle @
5937f39a
r"""OS routines for
Mac, NT,
or Posix depending on what system we're on.
r"""OS routines for
NT
or Posix depending on what system we're on.
This exports:
- all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
...
...
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