This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author niemeyer
Recipients
Date 2004-08-07.15:48:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=7887

If this was considered a bug: 
 
>>> type(ms("a")+ms("b")) 
<type 'str'> 
 
>>> type(ms("a")[:]) 
<type 'str'> 
 
Are these bugs as well? 
 
I belive this is how the implementation was intended to be, even if not 
optimal for subclasses. 
 
I suggest closing this bug as invalid, and writing a PEP about the possible new 
subclass support change (for all classes), if there's enough interest. 
 
History
Date User Action Args
2007-08-23 14:24:40adminlinkissue1001011 messages
2007-08-23 14:24:40admincreate