summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py3kwarn.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-01 21:19:14 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-01 21:19:14 (GMT)
commitac19d85e04855642a856473b91f3d621e844ad52 (patch)
tree63a44aba6093a578462f2ec5f5c4b1d7ecf767bb /Lib/test/test_py3kwarn.py
parent681001e11ba164c67a42251bd2bcee2b260188c3 (diff)
downloadcpython-ac19d85e04855642a856473b91f3d621e844ad52.zip
cpython-ac19d85e04855642a856473b91f3d621e844ad52.tar.gz
cpython-ac19d85e04855642a856473b91f3d621e844ad52.tar.bz2
Deprecate htmllib and sgmllib for 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r--Lib/test/test_py3kwarn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py
index eed46d1..664df44 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -137,7 +137,7 @@ class TestStdlibRemovals(unittest.TestCase):
# import side-effect.
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
'Bastion', 'compiler', 'dircache', 'fpformat',
- 'ihooks', 'mhlib', 'statvfs')
+ 'ihooks', 'mhlib', 'statvfs', 'htmllib', 'sgmllib')
inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb',
'cdplayer', 'CL', 'cl', 'DEVICE', 'GL',
'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl',