mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27171: Merge typo fixes from 3.5
This commit is contained in:
commit
0b7d84de6b
30 changed files with 51 additions and 51 deletions
|
@ -1314,7 +1314,7 @@ class GeneralModuleTests(unittest.TestCase):
|
|||
# socket.gethostbyaddr('испытание.python.org')
|
||||
|
||||
def check_sendall_interrupted(self, with_timeout):
|
||||
# socketpair() is not stricly required, but it makes things easier.
|
||||
# socketpair() is not strictly required, but it makes things easier.
|
||||
if not hasattr(signal, 'alarm') or not hasattr(socket, 'socketpair'):
|
||||
self.skipTest("signal.alarm and socket.socketpair required for this test")
|
||||
# Our signal handlers clobber the C errno by calling a math function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue