mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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
fb9ce65a91
commit
d192c925ac
14 changed files with 61 additions and 64 deletions
|
@ -42,7 +42,7 @@ class AllTest(unittest.TestCase):
|
|||
self.check_all("MimeWriter")
|
||||
self.check_all("Queue")
|
||||
self.check_all("SimpleHTTPServer")
|
||||
self.check_all("SocketServer")
|
||||
self.check_all("socketserver")
|
||||
self.check_all("StringIO")
|
||||
self.check_all("UserString")
|
||||
self.check_all("aifc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue