[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset e278f3ab0190 by Jesus Cea in branch 'default': Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning http://hg.python.org/cpython/rev/e278f3ab0190 -- ___ Python

[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset f4f45d8ff785 by Jesus Cea in branch 'default': Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning http://hg.python.org/cpython/rev/f4f45d8ff785 -- ___ Python

[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I am getting a warning about a statically defined function not being used: Static functions not called inside the module can be safely deleted.

[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks to Michael Driscoll. BTW you have forgotten to remove C functions from module definition in your patch. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83da5729e362 by Andrew Svetlov in branch 'default': Issue #14446: Remove deprecated tkinter functions http://hg.python.org/cpython/rev/83da5729e362 -- nosy: +python-dev ___ Python tracker

[issue14446] Remove deprecated tkinter functions

2012-06-24 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- priority: release blocker -> deferred blocker ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue14446] Remove deprecated tkinter functions

2012-06-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Michael Driscoll, thank you for patch. Let's go on after Python 3.3 release — those patches should be applied for 3.4. For now we need to wait. -- ___ Python tracker _

[issue14446] Remove deprecated tkinter functions

2012-06-11 Thread Michael Driscoll
Michael Driscoll added the comment: Do I need to do anything else to those patches I submitted? -- ___ Python tracker ___ ___ Python-

[issue14446] Remove deprecated tkinter functions

2012-06-02 Thread Michael Driscoll
Michael Driscoll added the comment: Here's the doc patch. The local repo I was using yesterday is on a different computer that I don't have access to today. Hopefully applying two patches is okay. If not, I can redo the other patch and add it to this one. -- Added file: http://bugs.py

[issue14446] Remove deprecated tkinter functions

2012-06-01 Thread R. David Murray
R. David Murray added the comment: The doc changes should be part of the patch. I forget, though, if we completely delete deprecated stuff from the docs or if we keep a deprecation stub in place. Note that it is possible (although in this case probably not too likely) that the code will d

[issue14446] Remove deprecated tkinter functions

2012-06-01 Thread Michael Driscoll
Michael Driscoll added the comment: I just noticed that we'll need to update the Documentation for tkinter too as it mentions the AtEnd etc methods. Do you want me to create a patch for that or a new ticket + patch? -- ___ Python tracker

[issue14446] Remove deprecated tkinter functions

2012-06-01 Thread Michael Driscoll
Michael Driscoll added the comment: After reading up on both issues, I think I found all the instances that were deprecated and removed them. A patch is attached that includes the edits for tkinter/__init__.py and the _tkinter.c files. -- keywords: +patch nosy: +michael.driscoll Added

[issue14446] Remove deprecated tkinter functions

2012-03-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Also see #5136 for deprecated C Functions from _tkinter.c That set have to go away in 3.4 as well as deprecations from tkinter/__init__.py -- ___ Python tracker __

[issue14446] Remove deprecated tkinter functions

2012-03-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: See issue #3035 for details. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue14446] Remove deprecated tkinter functions

2012-03-30 Thread R. David Murray
Changes by R. David Murray : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue14446] Remove deprecated tkinter functions

2012-03-29 Thread Andrew Svetlov
New submission from Andrew Svetlov : We need to remove deprecated tkinter.AtEnd and family in 3.4 -- assignee: asvetlov components: Tkinter keywords: easy messages: 157091 nosy: asvetlov, r.david.murray priority: release blocker severity: normal status: open title: Remove deprecated tkin