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
6c50101f
Kaydet (Commit)
6c50101f
authored
Mar 08, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: inet_pton/inet_ntop support windows (#7171).
Added versionchanged to docs.
üst
99e1bfad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
socket.rst
Doc/library/socket.rst
+6
-0
3.4.rst
Doc/whatsnew/3.4.rst
+3
-0
No files found.
Doc/library/socket.rst
Dosyayı görüntüle @
6c50101f
...
@@ -633,6 +633,9 @@ The :mod:`socket` module also offers various network-related services:
...
@@ -633,6 +633,9 @@ The :mod:`socket` module also offers various network-related services:
Availability: Unix (maybe not all platforms), Windows.
Availability: Unix (maybe not all platforms), Windows.
.. versionchanged:: 3.4
Windows support added
.. function:: inet_ntop(address_family, packed_ip)
.. function:: inet_ntop(address_family, packed_ip)
...
@@ -649,6 +652,9 @@ The :mod:`socket` module also offers various network-related services:
...
@@ -649,6 +652,9 @@ The :mod:`socket` module also offers various network-related services:
Availability: Unix (maybe not all platforms), Windows.
Availability: Unix (maybe not all platforms), Windows.
.. versionchanged:: 3.4
Windows support added
..
..
XXX: Are sendmsg(), recvmsg() and CMSG_*() available on any
XXX: Are sendmsg(), recvmsg() and CMSG_*() available on any
...
...
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
6c50101f
...
@@ -1178,6 +1178,9 @@ during debugging, instead of integer "magic numbers".
...
@@ -1178,6 +1178,9 @@ during debugging, instead of integer "magic numbers".
The :data:`~socket.AF_LINK` constant is now available on BSD and OSX.
The :data:`~socket.AF_LINK` constant is now available on BSD and OSX.
:func:`~socket.inet_pton` and :func:`~socket.inet_ntop` are now supported
on Windows. (Contributed by Atsuo Ishimoto in :issue:`7171`.)
sqlite3
sqlite3
-------
-------
...
...
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