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 lemburg, mark.dickinson, methane, rhettinger, serhiy.storchaka, vstinner
Date 2017-02-15.09:43:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487151807.98.0.460171286104.issue29548@psf.upfronthosting.co.za>
In-reply-to
Content
In general, we should have a strong aversion to deprecation except in cases where something is actually broken.   API changes make it more difficult for people to migrate to Python 3 or to upgrade between minor releases.  

The longer an API has existed, the more pronounced are effects of changing it (invalidating published references, killing weakly maintained projects, and affecting more code that we may not know about).
History
Date User Action Args
2017-02-15 09:43:28rhettingersetrecipients: + rhettinger, lemburg, mark.dickinson, vstinner, methane, serhiy.storchaka
2017-02-15 09:43:27rhettingersetmessageid: <1487151807.98.0.460171286104.issue29548@psf.upfronthosting.co.za>
2017-02-15 09:43:27rhettingerlinkissue29548 messages
2017-02-15 09:43:27rhettingercreate