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 berker.peksag, ghaering, rhettinger
Date 2016-03-28.06:27:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459146423.78.0.348692718967.issue26651@psf.upfronthosting.co.za>
In-reply-to
Content
A few thoughts: 1) Deprecation messages should say "do X instead" rather than leaving users stranded.  2)  As long as most of our users are still with Python 2.7 we need to avoid deprecations that present obstacles to Python 3 adoption or that increase transition costs.  3)  The adapters have been around for many years; the older the API, the more people people will have come to rely on it.  4) The standard library is expected to be less changeable than third-party modules (we say that the standard library is where code goes to die and it should already be dead on arrival so that the word "standard" has more meaning.
History
Date User Action Args
2016-03-28 06:27:03rhettingersetrecipients: + rhettinger, ghaering, berker.peksag
2016-03-28 06:27:03rhettingersetmessageid: <1459146423.78.0.348692718967.issue26651@psf.upfronthosting.co.za>
2016-03-28 06:27:03rhettingerlinkissue26651 messages
2016-03-28 06:27:02rhettingercreate