~pythonregexp2.7/python/issue2636-01

« back to all changes in this revision

Viewing changes to Lib/htmllib.py

  • 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:
4
4
http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html
5
5
"""
6
6
 
 
7
from warnings import warnpy3k
 
8
warnpy3k("the htmllib module has been removed in Python 3.0",
 
9
         stacklevel=2)
 
10
del warnpy3k
 
11
 
7
12
import sgmllib
8
13
 
9
14
from formatter import AS_IS