diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2020-05-26 08:04:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 08:04:14 (GMT) |
commit | 1c5d1d7304a119040fd3118128bdb412f0cce6a6 (patch) | |
tree | 030069f485f38911b5a8fdef3f4668040ada6b00 /Misc | |
parent | 2b0e654f91f28379c6c7ef5fd80e8754afb70935 (diff) | |
download | cpython-1c5d1d7304a119040fd3118128bdb412f0cce6a6.zip cpython-1c5d1d7304a119040fd3118128bdb412f0cce6a6.tar.gz cpython-1c5d1d7304a119040fd3118128bdb412f0cce6a6.tar.bz2 |
Remove duplicated words words (GH-20413)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/3.8.0a1.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/3.8.0b1.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.8.0a1.rst b/Misc/NEWS.d/3.8.0a1.rst index c5ab5f4..b7164a5 100644 --- a/Misc/NEWS.d/3.8.0a1.rst +++ b/Misc/NEWS.d/3.8.0a1.rst @@ -7034,7 +7034,7 @@ Fix ftplib test for TLS 1.3 by reading from data socket. .. nonce: g7TwYm .. section: Tests -Fix `test_socket` on AIX AIX 6.1 and later IPv6 zone id supports only +Fix `test_socket` on AIX 6.1 and later IPv6 zone id supports only supported by inet_pton6_zone() Switch to runtime-based platform.system() to establish current platform rather than build-time based sys.platform() diff --git a/Misc/NEWS.d/3.8.0b1.rst b/Misc/NEWS.d/3.8.0b1.rst index 43a88a3..5400c07 100644 --- a/Misc/NEWS.d/3.8.0b1.rst +++ b/Misc/NEWS.d/3.8.0b1.rst @@ -1612,7 +1612,7 @@ versions. .. nonce: Zot4sx .. section: Documentation -Improve documentation of the stdin, stdout, and stderr arguments of of the +Improve documentation of the stdin, stdout, and stderr arguments of the ``asyncio.subprocess_exec`` function to specify which values are supported. Also mention that decoding as text is not supported. |