~pythonregexp2.7/python/issue2636-01

« back to all changes in this revision

Viewing changes to Doc/library/sgmllib.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:37:21 UTC
  • mfrom: (39022.1.14 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143721-bj0g1mwta28038da
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
:mod:`sgmllib` --- Simple SGML parser
3
2
=====================================
4
3
 
5
4
.. module:: sgmllib
6
5
   :synopsis: Only as much of an SGML parser as needed to parse HTML.
7
 
 
 
6
   :deprecated:
 
7
   
 
8
.. deprecated:: 2.6
 
9
    The :mod:`sgmllib` module has been removed in Python 3.0.
8
10
 
9
11
.. index:: single: SGML
10
12