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
20b56603
Kaydet (Commit)
20b56603
authored
May 17, 2008
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
document the renames for modules moved to the html package
(
http://bugs.python.org/issue2882
)
üst
cb51d842
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
htmllib.rst
Doc/library/htmllib.rst
+8
-0
htmlparser.rst
Doc/library/htmlparser.rst
+8
-0
No files found.
Doc/library/htmllib.rst
Dosyayı görüntüle @
20b56603
...
...
@@ -152,10 +152,18 @@ additional methods and instance variables for use within tag methods.
:mod:`html.entities` --- Definitions of HTML general entities
=============================================================
.. module:: htmlentitydefs
:synopsis: Old name for the :mod:`html.entities` module.
.. module:: html.entities
:synopsis: Definitions of HTML general entities.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. note::
The :mod:`htmlentitydefs` module has been renamed to
:mod:`html.entities` in Python 3.0. It is importable under both names
in Python 2.6 and the rest of the 2.x series.
This module defines three dictionaries, ``name2codepoint``, ``codepoint2name``,
and ``entitydefs``. ``entitydefs`` is used by the :mod:`htmllib` module to
...
...
Doc/library/htmlparser.rst
Dosyayı görüntüle @
20b56603
...
...
@@ -2,9 +2,17 @@
:mod:`html.parser` --- Simple HTML and XHTML parser
===================================================
.. module:: HTMLParser
:synopsis: Old name for the :mod:`html.parser` module.
.. module:: html.parser
:synopsis: A simple parser that can handle HTML and XHTML.
.. note::
The :mod:`HTMLParser` module has been renamed to
:mod:`html.parser` in Python 3.0. It is importable under both names
in Python 2.6 and the rest of the 2.x series.
.. 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