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 giampaolo.rodola
Recipients djc, giampaolo.rodola, josiah.carlson, josiahcarlson, r.david.murray
Date 2010-05-04.18:58:03
SpamBayes Score 0.053810876
Marked as misclassified No
Message-id <1272999485.16.0.343876249792.issue8483@psf.upfronthosting.co.za>
In-reply-to
Content
As per discussion on #python-dev we think it's better to proceed as follows:

for python 2.7 and 3.2: 
 - fix __getattr__ error message
 - raise a DeprecationWarning if cheap inheritance is used and definitively remove its support in the next major version
 - create an alias for __str__

For Python 2.6 and 3.1: just fix __getattr__ error message.

Patch for Python 2.7 is in attachment.
History
Date User Action Args
2010-05-04 18:58:05giampaolo.rodolasetrecipients: + giampaolo.rodola, josiahcarlson, josiah.carlson, djc, r.david.murray
2010-05-04 18:58:05giampaolo.rodolasetmessageid: <1272999485.16.0.343876249792.issue8483@psf.upfronthosting.co.za>
2010-05-04 18:58:03giampaolo.rodolalinkissue8483 messages
2010-05-04 18:58:03giampaolo.rodolacreate