[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2012-03-31 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: Will do. -- assignee: - asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5136 ___

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2012-03-31 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: Attaching the patch to make depredations. -- keywords: +patch stage: - patch review Added file: http://bugs.python.org/file25082/issue5136.diff ___ Python tracker rep...@bugs.python.org

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2012-03-31 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: LGTM (looks good to me). In your NEWS entry, you don’t have to copy the whole explanation, just say something like “deprecated old, unused functions” and interested people will be able to come here read the details. In your commit message, be

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2012-03-31 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 6023d73c6f87 by Andrew Svetlov in branch 'default': fix issue #5136: deprecate old unused functions from tkinter. http://hg.python.org/cpython/rev/6023d73c6f87 -- nosy: +python-dev

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2012-03-31 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: Pushed deprecation warnings into default branch. #14446 updated to add those function to remove list for 3.4 release. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2012-03-31 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: Thanks to Guilherme Polo for idea and to Éric Araujo for review. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5136 ___

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2012-03-21 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- nosy: +asvetlov versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5136 ___

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2012-03-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Andrew, you can take over this issue if you want. As you’ve discovered with #3035, our deprecation process is a bit unclear (this was discussed on python-dev a few months ago), so using PendingDeprecationWarning vs. DeprecationWarning is a

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2010-07-28 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Guilherme, I suggest you ask about that on pydev and/or idle-dev, or just commit the addition of PendingDeprecationWarnings and wait for reactions. -- nosy: +merwok ___ Python tracker

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2010-07-27 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Is it still possible to get this into 3.2 and have them remove in 3.3? -- type: - feature request versions: +Python 3.2 -Python 2.7, Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue5136] Deprecating (and removing) globalcall, merge and globaleval

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: From the recent large thread on c.l.py regarding Python GUIs I understand that the author of this issue Guilherme Polo has done a massive amount of work on Tkinter. Would it therefore be possible for him to give an update as to whether