RE: [Python-Dev] bool does not want to be subclassed?
Feb. 13, 2004
12:50 a.m.
From: Joshua Marshall
I don't think I'm convinced; the same argument could be used for integers (if it doesn't make sense to create a sort of boolean which isn't in the set { true, false }, then it doesn't make sense to create a sort of integer which isn't in the set { ..., -2, -1, 0, 1, 2, ... }). And maybe it doesn't, but this isn't the only reason for subclassing. Another reason for subclassing is to create items which can act like existing objects, but which have some additional behavior.
So should we be able to subclass NoneType so as to break the invariant that there is one and only one None instance? Tim Delaney
8095
Age (days ago)
8095
Last active (days ago)
0 comments
1 participants
participants (1)
-
Delaney, Timothy C (Timothy)