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
3682dfea
Kaydet (Commit)
3682dfea
authored
May 20, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Standardize renaming notes.
üst
5a42ca6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
htmllib.rst
Doc/library/htmllib.rst
+3
-1
htmlparser.rst
Doc/library/htmlparser.rst
+4
-2
No files found.
Doc/library/htmllib.rst
Dosyayı görüntüle @
3682dfea
...
@@ -157,8 +157,10 @@ additional methods and instance variables for use within tag methods.
...
@@ -157,8 +157,10 @@ additional methods and instance variables for use within tag methods.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. note::
.. note::
The :mod:`htmlentitydefs` module has been renamed to :mod:`html.entities` in
The :mod:`htmlentitydefs` module has been renamed to :mod:`html.entities` in
Python 3.0.
Python 3.0. The :term:`2to3` tool will automatically adapt imports when
converting your sources to 3.0.
This module defines three dictionaries, ``name2codepoint``, ``codepoint2name``,
This module defines three dictionaries, ``name2codepoint``, ``codepoint2name``,
...
...
Doc/library/htmlparser.rst
Dosyayı görüntüle @
3682dfea
...
@@ -6,8 +6,10 @@
...
@@ -6,8 +6,10 @@
:synopsis: A simple parser that can handle HTML and XHTML.
:synopsis: A simple parser that can handle HTML and XHTML.
.. note::
.. note::
The :mod:`HTMLParser` module has been renamed to
:mod:`html.parser` in Python 3.0.
The :mod:`HTMLParser` module has been renamed to :mod:`html.parser` in Python
3.0. The :term:`2to3` tool will automatically adapt imports when converting
your sources to 3.0.
.. versionadded:: 2.2
.. versionadded:: 2.2
...
...
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