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 loewis
Recipients
Date 2002-12-07.19:40:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Yes, backwards compatibility can be preserved by new
classes, or by an additional constructor argument (I'd
personally prefer the latter). However, I doubt the
usefulness of such a new construct: nobody would use it
unless they are aware of the issue, and if they are aware of
the issue, they can easily solve the problem in a different way.

Circular references are a red herring here; no image will
ever exist in a circle, since image objects don't refer to
other objects.
History
Date User Action Args
2007-08-23 14:07:45adminlinkissue632323 messages
2007-08-23 14:07:45admincreate