From 0df7be1e3108e5620ce52dde408b88a41d007fc8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:23:24 +0200 Subject: [PATCH 1/3] PEP 352: Fix Sphinx reference warning --- peps/pep-0352.rst | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/peps/pep-0352.rst b/peps/pep-0352.rst index 3c0db918e64..f10b63beb69 100644 --- a/peps/pep-0352.rst +++ b/peps/pep-0352.rst @@ -1,11 +1,8 @@ PEP: 352 Title: Required Superclass for Exceptions -Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon, Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Oct-2005 Python-Version: 2.5 Post-History: @@ -276,9 +273,6 @@ References .. [#hierarchy-good] python-dev Summary for 2004-08-01 through 2004-08-15 http://www.python.org/dev/summary/2004-08-01_2004-08-15.html#an-exception-is-an-exception-unless-it-doesn-t-inherit-from-exception -.. [#SF_1104669] SF patch #1104669 (new-style exceptions) - https://bugs.python.org/issue1104669 - .. [#pycon2007-sprint-email] python-3000 email ("How far to go with cleaning up exceptions") https://mail.python.org/pipermail/python-3000/2007-March/005911.html @@ -287,13 +281,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: From 69f2e4b9d28e4f44222dbb8f7f5c0039cf45e6fb Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:51:16 +0200 Subject: [PATCH 2/3] PEP 352: keep the ref and convert to bullet pointing to GitHub --- peps/pep-0352.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/peps/pep-0352.rst b/peps/pep-0352.rst index f10b63beb69..b7a8d4de41a 100644 --- a/peps/pep-0352.rst +++ b/peps/pep-0352.rst @@ -276,6 +276,8 @@ References .. [#pycon2007-sprint-email] python-3000 email ("How far to go with cleaning up exceptions") https://mail.python.org/pipermail/python-3000/2007-March/005911.html +* Patch for new-style exceptions: + `python/cpython#41459 `__ Copyright ========= From 15d13b746bf0e1bc5948142a9dd9518172c87584 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:54:54 +0200 Subject: [PATCH 3/3] PEP 352: Update wording Co-authored-by: Guido van Rossum --- peps/pep-0352.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0352.rst b/peps/pep-0352.rst index b7a8d4de41a..2b6674cb0a5 100644 --- a/peps/pep-0352.rst +++ b/peps/pep-0352.rst @@ -276,7 +276,7 @@ References .. [#pycon2007-sprint-email] python-3000 email ("How far to go with cleaning up exceptions") https://mail.python.org/pipermail/python-3000/2007-March/005911.html -* Patch for new-style exceptions: +* Issue for new-style exceptions: `python/cpython#41459 `__ Copyright