Giampaolo Rodola' <g.rod...@gmail.com> added the comment: 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. ---------- assignee: -> giampaolo.rodola stage: -> commit review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file17205/2.7.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8483> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com