Issue #27171: Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-06-02 10:11:18 +00:00
commit 0b7d84de6b
30 changed files with 51 additions and 51 deletions

View file

@ -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