~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Doc/library/htmllib.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
:mod:`htmllib` --- A parser for HTML documents
3
2
==============================================
4
3
 
5
4
.. module:: htmllib
6
5
   :synopsis: A parser for HTML documents.
 
6
   :deprecated:
 
7
   
 
8
.. deprecated:: 2.6
 
9
    The :mod:`htmllib` module has been removed in Python 3.0.
7
10
 
8
11
 
9
12
.. index::