File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 11PEP: 352
22Title: Required Superclass for Exceptions
3- Version: $Revision$
4- Last-Modified: $Date$
53Author: Brett Cannon, Guido van Rossum
64Status: Final
75Type: Standards Track
8- Content-Type: text/x-rst
96Created: 27-Oct-2005
107Python-Version: 2.5
118Post-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
286282Copyright
287283=========
288284
289285This 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:
You can’t perform that action at this time.
0 commit comments