File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 1
1
PEP: 352
2
2
Title: Required Superclass for Exceptions
3
- Version: $Revision$
4
- Last-Modified: $Date$
5
3
Author: Brett Cannon, Guido van Rossum
6
4
Status: Final
7
5
Type: Standards Track
8
- Content-Type: text/x-rst
9
6
Created: 27-Oct-2005
10
7
Python-Version: 2.5
11
8
Post-History:
@@ -276,24 +273,13 @@ References
276
273
.. [#hierarchy-good ] python-dev Summary for 2004-08-01 through 2004-08-15
277
274
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
278
275
279
- .. [#SF_1104669 ] SF patch #1104669 (new-style exceptions)
280
- https://bugs.python.org/issue1104669
281
-
282
276
.. [#pycon2007-sprint-email ] python-3000 email ("How far to go with cleaning up exceptions")
283
277
https://mail.python.org/pipermail/python-3000/2007-March/005911.html
284
278
279
+ * Issue for new-style exceptions:
280
+ `python/cpython#41459 <https://github.com/python/cpython/issues/41459 >`__
285
281
286
282
Copyright
287
283
=========
288
284
289
285
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:
You can’t perform that action at this time.
0 commit comments