diff options
author | Xie Yanbo <xieyanbo@gmail.com> | 2024-05-15 23:38:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 23:38:32 (GMT) |
commit | 4d3ef8056a1b00c002b8a10315c0a00cf646e93b (patch) | |
tree | 8fd74c9798c94975b91d60ac9f1d32d1d5e5f681 /Misc/NEWS.d/3.7.0a1.rst | |
parent | fb0cf7d1408c904e40142a74cd7a53eb52a8e568 (diff) | |
download | cpython-4d3ef8056a1b00c002b8a10315c0a00cf646e93b.zip cpython-4d3ef8056a1b00c002b8a10315c0a00cf646e93b.tar.gz cpython-4d3ef8056a1b00c002b8a10315c0a00cf646e93b.tar.bz2 |
Docs: fix typos in documentation (gh-118941)
Diffstat (limited to 'Misc/NEWS.d/3.7.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.7.0a1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.7.0a1.rst b/Misc/NEWS.d/3.7.0a1.rst index 58d51c4..fd6ba07 100644 --- a/Misc/NEWS.d/3.7.0a1.rst +++ b/Misc/NEWS.d/3.7.0a1.rst @@ -214,7 +214,7 @@ Fix possible undefined behavior in _PyObject_FastCall_Prepend. .. nonce: Kl_fS5 .. section: Core and Builtins -Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray +Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C library plans to remove the functions from sys/types.h. .. @@ -1479,7 +1479,7 @@ memcpy(). .. nonce: e5xc1i .. section: Core and Builtins -Fix dict.pop() for splitted dictionary when trying to remove a "pending key" +Fix dict.pop() for split dictionary when trying to remove a "pending key" (Not yet inserted in split-table). Patch by Xiang Zhang. .. @@ -2516,7 +2516,7 @@ stdin.write() if the child process is still running but closed the pipe. .. nonce: CdOuSl .. section: Library -Addded empty __slots__ to abc.ABC. This allows subclassers to deny __dict__ +Added empty __slots__ to abc.ABC. This allows subclassers to deny __dict__ and __weakref__ creation. Patch by Aaron Hall. .. |