Skip to content

Commit c294582

Browse files
committed
Remove obsolete documented remark on Exception types
1 parent 5cb4029 commit c294582

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/runtime/Types/ExceptionClassObject.cs

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ namespace Python.Runtime;
66
/// Base class for Python types that reflect managed exceptions based on
77
/// System.Exception
88
/// </summary>
9-
/// <remarks>
10-
/// The Python wrapper for managed exceptions LIES about its inheritance
11-
/// tree. Although the real System.Exception is a subclass of
12-
/// System.Object the Python type for System.Exception does NOT claim that
13-
/// it subclasses System.Object. Instead TypeManager.CreateType() uses
14-
/// Python's exception.Exception class as base class for System.Exception.
15-
/// </remarks>
169
[Serializable]
1710
internal class ExceptionClassObject : ClassObject
1811
{

0 commit comments

Comments
 (0)