summaryrefslogtreecommitdiff
path: root/Lib/test/test_py3kwarn.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-05-20 06:08:38 +0000
committerFred Drake <fdrake@acm.org>2008-05-20 06:08:38 +0000
commitd995e1150cab57ed7c885d4b7dd943495022936b (patch)
tree5daaf7592952fd99af8699b93c1d87d0084a9c1d /Lib/test/test_py3kwarn.py
parent1f60af87f5657800e333090fb9b204f54163254e (diff)
downloadcpython-git-d995e1150cab57ed7c885d4b7dd943495022936b.tar.gz
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r--Lib/test/test_py3kwarn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py
index d64d66aff2..eb28b891a1 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -216,13 +216,11 @@ class TestStdlibRemovals(unittest.TestCase):
class TestStdlibRenames(unittest.TestCase):
renames = {'copy_reg': 'copyreg', 'Queue': 'queue',
- 'htmlentitydefs': 'html.entities',
'SocketServer': 'socketserver',
'ConfigParser': 'configparser',
'repr': 'reprlib',
'FileDialog': 'tkinter.filedialog',
'FixTk': 'tkinter._fix',
- 'HTMLParser': 'html.parser',
'ScrolledText': 'tkinter.scrolledtext',
'SimpleDialog': 'tkinter.simpledialog',
'Tix': 'tkinter.tix',