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 eric.araujo
Recipients eric.araujo, ezio.melotti, gvanrossum, vstinner
Date 2011-10-21.13:29:40
SpamBayes Score 9.206195e-05
Marked as misclassified No
Message-id <1319203781.45.0.381658936399.issue13224@psf.upfronthosting.co.za>
In-reply-to
Content
I would argue that the previous behavior of str(class) was undefined, or an implementation detail; as a new feature, my patch can break some code that relied on the previous behavior, but we may judge think it’s worth the cost.

BTW, doctest is inherently fragile and broken by many changes, so I’m not too concerned about it.
History
Date User Action Args
2011-10-21 13:29:41eric.araujosetrecipients: + eric.araujo, gvanrossum, vstinner, ezio.melotti
2011-10-21 13:29:41eric.araujosetmessageid: <1319203781.45.0.381658936399.issue13224@psf.upfronthosting.co.za>
2011-10-21 13:29:40eric.araujolinkissue13224 messages
2011-10-21 13:29:40eric.araujocreate