From: Ori Avtalion Date: Sun, 27 Aug 2023 19:50:59 +0000 (+0300) Subject: gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543) X-Git-Tag: v3.13.0a1~751 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a429eafef2d86eafc007ac19682e7d372c32da31;p=thirdparty%2FPython%2Fcpython.git gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543) --- diff --git a/Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst b/Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst index 3030477c8245..f47754e17225 100644 --- a/Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst +++ b/Misc/NEWS.d/next/Library/2023-06-09-21-04-39.gh-issue-105375.bTcqS9.rst @@ -1 +1 @@ -Fix bugs in :mod:`pickle` where exceptions could be overwritten. +Fix bugs in :mod:`errno` where exceptions could be overwritten.