Skip to content

Commit 5c5b46c

Browse files
committed
fixup pickle tests
1 parent b19ee64 commit 5c5b46c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/_compat_pickle.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
'SimpleDialog': 'tkinter.simpledialog',
176176
'DocXMLRPCServer': 'xmlrpc.server',
177177
'SimpleHTTPServer': 'http.server',
178-
'CGIHTTPServer': 'http.server',
179178
# For compatibility with broken pickles saved in old Python 3 versions
180179
'UserDict': 'collections',
181180
'UserList': 'collections',
@@ -217,8 +216,6 @@
217216
('DocXMLRPCServer', 'DocCGIXMLRPCRequestHandler'),
218217
('http.server', 'SimpleHTTPRequestHandler'):
219218
('SimpleHTTPServer', 'SimpleHTTPRequestHandler'),
220-
('http.server', 'CGIHTTPRequestHandler'):
221-
('CGIHTTPServer', 'CGIHTTPRequestHandler'),
222219
('_socket', 'socket'): ('socket', '_socketobject'),
223220
})
224221

0 commit comments

Comments
 (0)