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
97aa1aee
Kaydet (Commit)
97aa1aee
authored
Tem 11, 2008
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document the fact that urllib2 spans multiple modules with new names in Python
3.0.
üst
ea40c587
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
urllib2.rst
Doc/library/urllib2.rst
+7
-0
NEWS
Misc/NEWS
+10
-0
No files found.
Doc/library/urllib2.rst
Dosyayı görüntüle @
97aa1aee
...
...
@@ -7,6 +7,13 @@
.. sectionauthor:: Moshe Zadka <moshez@users.sourceforge.net>
.. note::
The :mod:`urllib2` module has been split across several modules in
Python 3.0 named :mod:`urllib.request` and :mod:`urllib.error`.
The :term:`2to3` tool will automatically adapt imports when converting
your sources to 3.0.
The :mod:`urllib2` module defines functions and classes which help in opening
URLs (mostly HTTP) in a complex world --- basic and digest authentication,
redirections, cookies and more.
...
...
Misc/NEWS
Dosyayı görüntüle @
97aa1aee
...
...
@@ -87,6 +87,16 @@ Build
- Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd.
Documentation
-------------
- Document that urllib2 is split across multiple modules and renamed in
Python 3.0.
- Document that urllib is split across multiple modules and renamed in
Python 3.0.
What's New in Python 2.6 beta 1?
================================
...
...
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