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
40925d28
Kaydet (Commit)
40925d28
authored
Haz 04, 2009
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove the ipaddr module per discussion on python-dev.
üst
5c01a8d1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
1 deletion
+2
-1
internet.rst
Doc/library/internet.rst
+0
-1
ipaddr.rst
Doc/library/ipaddr.rst
+0
-0
ipaddr.py
Lib/ipaddr.py
+0
-0
test_ipaddr.py
Lib/test/test_ipaddr.py
+0
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/internet.rst
Dosyayı görüntüle @
40925d28
...
...
@@ -36,7 +36,6 @@ is currently supported on most popular platforms. Here is an overview:
smtpd.rst
telnetlib.rst
uuid.rst
ipaddr.rst
socketserver.rst
http.server.rst
http.cookies.rst
...
...
Doc/library/ipaddr.rst
deleted
100644 → 0
Dosyayı görüntüle @
5c01a8d1
This diff is collapsed.
Click to expand it.
Lib/ipaddr.py
deleted
100644 → 0
Dosyayı görüntüle @
5c01a8d1
This diff is collapsed.
Click to expand it.
Lib/test/test_ipaddr.py
deleted
100755 → 0
Dosyayı görüntüle @
5c01a8d1
This diff is collapsed.
Click to expand it.
Misc/NEWS
Dosyayı görüntüle @
40925d28
...
...
@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
- Removed the ipaddr module.
- Issue #3613: base64.{encode,decode}string are now called
base64.{encode,decode}bytes which reflects what type they accept and return.
The old names are still there as deprecated aliases.
...
...
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