diff options
author | Georg Brandl <georg@python.org> | 2008-05-24 18:31:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-24 18:31:28 (GMT) |
commit | e152a77d96df7479ce798ebd5baee7d41af99db3 (patch) | |
tree | 3d13fa9679d1ae46e5dec0af2ddf09f6edd45561 /Misc/cheatsheet | |
parent | 6acb075f03ec5ecb8d89bc56fae99dc8c5a510ab (diff) | |
download | cpython-e152a77d96df7479ce798ebd5baee7d41af99db3.zip cpython-e152a77d96df7479ce798ebd5baee7d41af99db3.tar.gz cpython-e152a77d96df7479ce798ebd5baee7d41af99db3.tar.bz2 |
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it. Closes #2926.
Diffstat (limited to 'Misc/cheatsheet')
-rw-r--r-- | Misc/cheatsheet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/cheatsheet b/Misc/cheatsheet index e699359..8954e98 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -1973,7 +1973,7 @@ site Append module search paths for third-party packages to sys.path. smtplib SMTP Client class (RFC 821) sndhdr Several routines that help recognizing sound. -socketserver Generic socket server classes. +SocketServer Generic socket server classes. stat Constants and functions for interpreting stat/lstat struct. statcache Maintain a cache of file stats. statvfs Constants for interpreting statvfs struct as returned by |