From: 180909 Date: Tue, 12 Oct 2021 18:22:05 +0000 (+0800) Subject: Fix spelling in Misc (GH-28858) X-Git-Tag: v3.11.0a2~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d21612f0dd84bf6d0ce35bcfcc9f0e1a41c202d;p=thirdparty%2FPython%2Fcpython.git Fix spelling in Misc (GH-28858) --- diff --git a/Misc/HISTORY b/Misc/HISTORY index 32d814c31bfd..805acf4bebca 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -1225,7 +1225,7 @@ Library - Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor os.posix_fallocate() because their prototypes in system headers are wrong. -- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its +- Issue #22517: When an io.BufferedRWPair object is deallocated, clear its weakrefs. - Issue #22448: Improve canceled timer handles cleanup to prevent