mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Reindent properly.
This commit is contained in:
parent
cef1f83c71
commit
1bb8109fe3
1 changed files with 74 additions and 76 deletions
|
@ -540,9 +540,7 @@ class UDPServer(TCPServer):
|
|||
pass
|
||||
|
||||
if hasattr(os, "fork"):
|
||||
# Non-standard indentation on this statement to avoid reindenting the body.
|
||||
class ForkingMixIn:
|
||||
|
||||
"""Mix-in class to handle each request in a new process."""
|
||||
|
||||
timeout = 300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue