mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it. Closes #2926.
This commit is contained in:
parent
6acb075f03
commit
e152a77d96
19 changed files with 409 additions and 411 deletions
|
|
@ -216,7 +216,6 @@ def dumbo(where, names, args): pass
|
|||
class TestStdlibRenames(unittest.TestCase):
|
||||
|
||||
renames = {'Queue': 'queue',
|
||||
'SocketServer': 'socketserver',
|
||||
'ConfigParser': 'configparser',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue