mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #25523: Further a-to-an corrections.
This commit is contained in:
parent
7462b64911
commit
d65c9496da
34 changed files with 39 additions and 39 deletions
|
@ -4651,7 +4651,7 @@ class TestUnixDomain(unittest.TestCase):
|
|||
except OSError as e:
|
||||
if str(e) == "AF_UNIX path too long":
|
||||
self.skipTest(
|
||||
"Pathname {0!a} is too long to serve as a AF_UNIX path"
|
||||
"Pathname {0!a} is too long to serve as an AF_UNIX path"
|
||||
.format(path))
|
||||
else:
|
||||
raise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue