Skip to content

Commit cfe69df

Browse files
hugovkgvanrossum
andauthored
PEP 352: Fix Sphinx reference warning (#4147)
Co-authored-by: Guido van Rossum <[email protected]>
1 parent bf6f2d4 commit cfe69df

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

peps/pep-0352.rst

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
PEP: 352
22
Title: Required Superclass for Exceptions
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Brett Cannon, Guido van Rossum
64
Status: Final
75
Type: Standards Track
8-
Content-Type: text/x-rst
96
Created: 27-Oct-2005
107
Python-Version: 2.5
118
Post-History:
@@ -276,24 +273,13 @@ References
276273
.. [#hierarchy-good] python-dev Summary for 2004-08-01 through 2004-08-15
277274
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
278275
279-
.. [#SF_1104669] SF patch #1104669 (new-style exceptions)
280-
https://bugs.python.org/issue1104669
281-
282276
.. [#pycon2007-sprint-email] python-3000 email ("How far to go with cleaning up exceptions")
283277
https://mail.python.org/pipermail/python-3000/2007-March/005911.html
284278
279+
* Issue for new-style exceptions:
280+
`python/cpython#41459 <https://github.com/python/cpython/issues/41459>`__
285281

286282
Copyright
287283
=========
288284

289285
This document has been placed in the public domain.
290-
291-
292-
293-
..
294-
Local Variables:
295-
mode: indented-text
296-
indent-tabs-mode: nil
297-
sentence-end-double-space: t
298-
fill-column: 70
299-
End:

0 commit comments

Comments
 (0)