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
5c15424a
Kaydet (Commit)
5c15424a
authored
Ock 14, 2014
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Closes #20253: Merge typo fix
üst
1bef5c6c
9774ce0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ipaddress.rst
Doc/library/ipaddress.rst
+2
-2
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/ipaddress.rst
Dosyayı görüntüle @
5c15424a
...
...
@@ -414,7 +414,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
The broadcast address for the network. Packets sent to the broadcast
address should be received by every host on the network.
.. attribute:: host
mask
.. attribute:: hostmask
The host mask, as a string.
...
...
@@ -570,7 +570,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
.. attribute:: is_link_local
.. attribute:: network_address
.. attribute:: broadcast_address
.. attribute:: host
mask
.. attribute:: hostmask
.. attribute:: with_prefixlen
.. attribute:: compressed
.. attribute:: exploded
...
...
Misc/NEWS
Dosyayı görüntüle @
5c15424a
...
...
@@ -475,6 +475,9 @@ Build
Documentation
-------------
- Issue #20253: Fixed a typo in the ipaddress docs that advertised an
illegal attribute name. Found by INADA Naoki.
- Issue #18840: Introduce the json module in the tutorial, and deemphasize
the pickle module.
...
...
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