mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -4675,7 +4675,7 @@ class TCPTimeoutTest(SocketTCPTest):
|
|||
'test needs signal.alarm()')
|
||||
def testInterruptedTimeout(self):
|
||||
# XXX I don't know how to do this test on MSWindows or any other
|
||||
# plaform that doesn't support signal.alarm() or os.kill(), though
|
||||
# platform that doesn't support signal.alarm() or os.kill(), though
|
||||
# the bug should have existed on all platforms.
|
||||
self.serv.settimeout(5.0) # must be longer than alarm
|
||||
class Alarm(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue