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
29001ff2
Kaydet (Commit)
29001ff2
authored
Mar 01, 2002
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Patch #523268, #522027: return enhanced tuples.
üst
dbd55b37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
libpwd.tex
Doc/lib/libpwd.tex
+4
-3
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/lib/libpwd.tex
Dosyayı görüntüle @
29001ff2
...
...
@@ -8,10 +8,11 @@
This module provides access to the
\UNIX
{}
user account and password
database. It is available on all
\UNIX
{}
versions.
Password database entries are reported as 7-tuples containing the
following items from the password database (see
\code
{
<pwd.h>
}
), in order:
Password database entries are reported as a tuple-like object, whose
attributes correspond to the members of the
\code
{
passwd
}
structure
(Attribute field below, see
\code
{
<pwd.h>
}
):
\begin{tableiii}
{
r|l|l
}{
textrm
}{
Index
}{
Field
}{
Meaning
}
\begin{tableiii}
{
r|l|l
}{
textrm
}{
Index
}{
Attribute
}{
Meaning
}
\lineiii
{
0
}{
\code
{
pw
_
name
}}{
Login name
}
\lineiii
{
1
}{
\code
{
pw
_
passwd
}}{
Optional encrypted password
}
\lineiii
{
2
}{
\code
{
pw
_
uid
}}{
Numerical user ID
}
...
...
Misc/NEWS
Dosyayı görüntüle @
29001ff2
...
...
@@ -17,6 +17,8 @@ Core and builtins
Extension modules
- pwd and grp return enhanced tuples now, with symbolic field names.
- array.array is now a type object. A new format character
'u' indicates Py_UNICODE arrays. For those, .tounicode and
.fromunicode methods are available. Arrays now support __iadd__
...
...
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