Issue #26304: Merge doc wording from 3.5

This commit is contained in:
Martin Panter 2016-02-10 05:44:56 +00:00
commit 3008b1c4bb
25 changed files with 76 additions and 76 deletions

View file

@ -498,7 +498,7 @@ class CmdLineTest(unittest.TestCase):
def test_non_ascii(self):
# Mac OS X denies the creation of a file with an invalid UTF-8 name.
# Windows allows to create a name with an arbitrary bytes name, but
# Windows allows creating a name with an arbitrary bytes name, but
# Python cannot a undecodable bytes argument to a subprocess.
if (support.TESTFN_UNDECODABLE
and sys.platform not in ('win32', 'darwin')):