mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
socketserver renaming reversal part 1: remove stub module.
This commit is contained in:
parent
7d3d04d6db
commit
ae2496755c
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
import sys
|
|
||||||
from warnings import warnpy3k
|
|
||||||
|
|
||||||
warnpy3k("the SocketServer module has been renamed "
|
|
||||||
"to 'socketserver' in Python 3.0", stacklevel=2)
|
|
||||||
|
|
||||||
import socketserver
|
|
||||||
sys.modules[__name__] = socketserver
|
|
Loading…
Add table
Add a link
Reference in a new issue