Message 282569 - Python tracker

Message282569

Author serhiy.storchaka
Recipients Darren.Dale, John Hagen, benjamin.peterson, daniel.urban, dsdale24, eric.araujo, eric.snow, ncoghlan, python-dev, serhiy.storchaka, stutzbach
Date 2016-12-06.20:00:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481054438.6.0.456505247381.issue28886@psf.upfronthosting.co.za>
In-reply-to
Content
Not all features deprecated in the source should be deprecated in the code. May be reasons for not doing this in the code.

Adding the deprecation in maintained releases can introduce a regression. It seems to me that these decorators are not broken. They is just other, more preferable way to write the same, with the combination of other decorators.
History
Date User Action Args
2016-12-06 20:00:38serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, benjamin.peterson, stutzbach, eric.araujo, daniel.urban, dsdale24, python-dev, eric.snow, Darren.Dale, John Hagen
2016-12-06 20:00:38serhiy.storchakasetmessageid: <1481054438.6.0.456505247381.issue28886@psf.upfronthosting.co.za>
2016-12-06 20:00:38serhiy.storchakalinkissue28886 messages
2016-12-06 20:00:38serhiy.storchakacreate