[Python-checkins] r63586 - python/trunk/Lib/lib-old/SocketServer.py

georg.brandl python-checkins at python.org
Sat May 24 20:08:34 CEST 2008


Author: georg.brandl
Date: Sat May 24 20:08:33 2008
New Revision: 63586

Log:
socketserver renaming reversal part 1: remove stub module.


Removed:
   python/trunk/Lib/lib-old/SocketServer.py

Deleted: python/trunk/Lib/lib-old/SocketServer.py
==============================================================================
--- python/trunk/Lib/lib-old/SocketServer.py	Sat May 24 20:08:33 2008
+++ (empty file)
@@ -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


More information about the Python-checkins mailing list