mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Renamed the SocketServer module to 'socketserver'.
Merged revisions 63132 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63132 | alexandre.vassalotti | 2008-05-11 22:11:22 -0400 (Sun, 11 May 2008) | 4 lines Updated all import statements to use the new socketserver module name. Renamed socketserver module in its own documentation. Renamed documentation references. ........
This commit is contained in:
parent
6f1e619b41
commit
ce261952e6
16 changed files with 63 additions and 64 deletions
|
@ -33,7 +33,7 @@ import os
|
|||
import re
|
||||
import select
|
||||
import socket
|
||||
from SocketServer import ThreadingTCPServer, StreamRequestHandler
|
||||
from socketserver import ThreadingTCPServer, StreamRequestHandler
|
||||
import string
|
||||
import struct
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue