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 rhettinger
Recipients Anthony Sottile, rhettinger, serhiy.storchaka
Date 2018-03-19.20:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521492355.42.0.467229070634.issue31550@psf.upfronthosting.co.za>
In-reply-to
Content
> it's different than python3 (for no good reason?)
Python 3 has new style classes which were always different.

> main concern here is ease in portability  
We've long stated that there should never be dependency on the exact wording of an error message.  We're allowed to change that.

> For instance it was consistent in 2.7.1
To the extent we care about this, it is more important to be consistent with later releases than earlier releases.

Since I don't see any evidence that there is a real world problem, I would like to see this left alone.  At this point, in Python 2.7's life we need to have a strong aversion to any changes at all.  Not only has that ship sailed, its voyage is almost over.
History
Date User Action Args
2018-03-19 20:45:55rhettingersetrecipients: + rhettinger, serhiy.storchaka, Anthony Sottile
2018-03-19 20:45:55rhettingersetmessageid: <1521492355.42.0.467229070634.issue31550@psf.upfronthosting.co.za>
2018-03-19 20:45:55rhettingerlinkissue31550 messages
2018-03-19 20:45:55rhettingercreate