[issue26069] Remove the Deprecated API in trace module

2016-01-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 715d8a739f3b by Senthil Kumaran in branch 'default': Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals. https://hg.python.org/cpython/rev/715d8a739f3b -- ___ Python tracker

[issue26069] Remove the Deprecated API in trace module

2016-01-16 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks for the pointers, Berker. That was very helpful and I will keep in mind when evaluating other deprecated apis. For the trace module, I will add this removal information in Doc/whatsnew/3.6.rst -- ___ Pytho

[issue26069] Remove the Deprecated API in trace module

2016-01-13 Thread Berker Peksag
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

[issue26069] Remove the Deprecated API in trace module

2016-01-11 Thread Senthil Kumaran
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

[issue26069] Remove the Deprecated API in trace module

2016-01-11 Thread Berker Peksag
Berker Peksag added the comment: I couldn't find exact references, but I think we've reached an agreement that we want to keep old APIs in the stdlib to make porting from Python 2 easier. So you might want to revert this :) -- nosy: +berker.peksag _

[issue26069] Remove the Deprecated API in trace module

2016-01-11 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks for the review, matrixise. I've submitted this change. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue26069] Remove the Deprecated API in trace module

2016-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6f05bdc18661 by Senthil Kumaran in branch 'default': Issue #26069: Remove the deprecated apis in the trace module. https://hg.python.org/cpython/rev/6f05bdc18661 -- nosy: +python-dev ___ Python tracker <

[issue26069] Remove the Deprecated API in trace module

2016-01-09 Thread Senthil Kumaran
Senthil Kumaran added the comment: Sorry for that. Here is the patch. -- keywords: +patch Added file: http://bugs.python.org/file41562/issue26069.patch ___ Python tracker ___ ___

[issue26069] Remove the Deprecated API in trace module

2016-01-09 Thread Emanuel Barry
Emanuel Barry added the comment: You seem to have forgotten to include a patch. -- nosy: +ebarry ___ Python tracker ___ ___ Python-bug

[issue26069] Remove the Deprecated API in trace module

2016-01-09 Thread Senthil Kumaran
Senthil Kumaran added the comment: This patch removes the deprecated apis from 3.6. After getting a review from one another core dev, I will commit this. * No doc changes are required as the deprecated apis were not documented. * README will be added during commit. -- assignee: -> ors

[issue26069] Remove the Deprecated API in trace module

2016-01-09 Thread Senthil Kumaran
New submission from Senthil Kumaran: A number of old methods in trace module were deprecated in issue10371. They should be removed in 3.6 release. -- components: Library (Lib) messages: 257877 nosy: belopolsky, orsenthil priority: normal severity: normal stage: needs patch status: open