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 jimjjewett
Recipients
Date 2004-06-21.14:31:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=764593

There is an implicit assumption that any component/part with 
its own 'components' attribute will be another UserString (or, 
at the very least, will act like one when traversed).

Would it be better to check whether the subobject actually is 
a UserString (since new-style objects can freely use multiple 
inheritance), or to do some sort of guard in add?  (Perhaps 
immediately stringifying anything with a components attribute 
that is not a UserString?)
History
Date User Action Args
2007-08-23 15:38:12adminlinkissue976162 messages
2007-08-23 15:38:12admincreate