mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
This commit is contained in:
parent
1f60af87f5
commit
d995e1150c
15 changed files with 722 additions and 90 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue