[issue26069] Remove the Deprecated API in trace module

Senthil Kumaran report at bugs.python.org
Mon Jan 11 10:27:28 EST 2016


Senthil Kumaran added the comment:

Hi Berker, could you find the reference for it? It will be helpful to analyze.
IMO, the non-removal of 2.x-> 3.x APIs could be done on a case to case basis.

In this case, issue10371 made the change in (2010) of making the undocumented public methods to private internal and deprecated those old undocumented internal (but public) methods. It was a correct thing to do. Removal of the deprecated should have been done sooner. Otherwise, we are left with redundant methods (public and _private) in the same module serving no useful purpose.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26069>
_______________________________________


More information about the Python-bugs-list mailing list