Kaydet (Commit) ae249675 authored tarafından Georg Brandl's avatar Georg Brandl

socketserver renaming reversal part 1: remove stub module.

üst 7d3d04d6
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment