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
3f48d394
Kaydet (Commit)
3f48d394
authored
Agu 31, 2014
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
getuid() returns real process id not effective (closes #22307)
üst
7234e03c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
os.rst
Doc/library/os.rst
+4
-4
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
3f48d394
...
@@ -188,10 +188,10 @@ process and user.
...
@@ -188,10 +188,10 @@ process and user.
.. function:: getlogin()
.. function:: getlogin()
Return the name of the user logged in on the controlling terminal of the
Return the name of the user logged in on the controlling terminal of the
process. For most purposes, it is more useful to use the environment
variable
process. For most purposes, it is more useful to use the environment
:envvar:`LOGNAME` to find out who the user is, or
variable
:envvar:`LOGNAME` to find out who the user is, or
``pwd.getpwuid(os.getuid())[0]`` to get the login name of the
currently
``pwd.getpwuid(os.getuid())[0]`` to get the login name of the
process's real
effective
user id.
user id.
Availability: Unix.
Availability: Unix.
...
...
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