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
f55c64c6
Unverified
Kaydet (Commit)
f55c64c6
authored
Eyl 26, 2018
tarafından
Tal Einat
Kaydeden (comit)
GitHub
Eyl 26, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
üst
130717fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
socket.rst
Doc/library/socket.rst
+1
-1
2017-10-24-10-18-35.bpo-31425.1lgw47.rst
...S.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst
+2
-1
No files found.
Doc/library/socket.rst
Dosyayı görüntüle @
f55c64c6
...
@@ -198,7 +198,7 @@ created. Socket addresses are represented as follows:
...
@@ -198,7 +198,7 @@ created. Socket addresses are represented as follows:
family is represented as a ``(node, port)`` tuple where the *node* and *port*
family is represented as a ``(node, port)`` tuple where the *node* and *port*
are non-negative integers.
are non-negative integers.
.. versionadded:: 3.
7
.. versionadded:: 3.
8
If you use a hostname in the *host* portion of IPv4/v6 socket address, the
If you use a hostname in the *host* portion of IPv4/v6 socket address, the
program may show a nondeterministic behavior, as Python uses the first address
program may show a nondeterministic behavior, as Python uses the first address
...
...
Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst
Dosyayı görüntüle @
f55c64c6
Add support for sockets of the AF_QIPCRTR address family, supported by the
Add support for sockets of the AF_QIPCRTR address family, supported by the
Linux kernel. This is used to communicate with services, such as GPS or
Linux kernel. This is used to communicate with services, such as GPS or
radio, running on Qualcomm devices.
radio, running on Qualcomm devices.
Patch by Bjorn Andersson.
\ No newline at end of file
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