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
4678dc81
Kaydet (Commit)
4678dc81
authored
Ock 15, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add recent item
üst
b84b35f0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+8
-0
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
4678dc81
...
...
@@ -406,6 +406,14 @@ now has \member{st_gen} and \member{st_birthtime}.
The
\member
{
st
_
flags
}
member is also available, if the platform supports it.
% XXX patch 1180695, 1212117
\item
The
\module
{
socket
}
module now supports
\constant
{
AF
_
NETLINK
}
sockets on Linux, thanks to a patch from Philippe Biondi.
Netlink sockets are a Linux-specific mechanism for communications
between a user-space process and kernel code; an introductory
article about them is at
\url
{
http://www.linuxjournal.com/article/7356
}
.
In Python code, netlink addresses are represented as a tuple of 2 integers,
\code
{
(
\var
{
pid
}
,
\var
{
group
_
mask
}
)
}
.
\item
New module:
\module
{
spwd
}
provides functions for accessing the
shadow password database on systems that support it.
% XXX give example
...
...
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