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
|
@ -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
|
||||
|
@ -2271,5 +2271,3 @@ Breakpoints are stored as filename, line number tuples. If a module is reloaded
|
|||
after editing, any remembered breakpoints are likely to be wrong.
|
||||
|
||||
Always single-steps through top-most stack frame. That is, "c" acts like "n".
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue