[issue26069] Remove the Deprecated API in trace module

Berker Peksag report at bugs.python.org
Wed Jan 13 16:51:20 EST 2016


Berker Peksag added the comment:

Sorry, I don't have much time investigate this further, but here is a few references from my bookmarks:

* http://bugs.python.org/msg253473 (from issue 20438)
* https://hg.python.org/peps/rev/570913685f49 (this doesn't mention old APIs, but I think we can safely follow it for old APIs)

Another discussions about deprecation policy: issue 24203 (old threading API), issue 25486 (inspect.getargspec()) and issue 26041 (platform.dist() and platform.linux_distribution())

If you want to keep the old API removed, it would be great to add a note in Doc/whatsnew/3.6.rst in addtion to the Misc/NEWS entry.

----------

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


More information about the Python-bugs-list mailing list