This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年03月29日 19:57 by asvetlov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| tkinter.patch | michael.driscoll, 2012年06月01日 21:14 | tkinter patch | review | |
| tkinter_doc.patch | michael.driscoll, 2012年06月02日 15:21 | tkinter doc patch | review | |
| Messages (14) | |||
|---|---|---|---|
| msg157091 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年03月29日 19:57 | |
We need to remove deprecated tkinter.AtEnd and family in 3.4 |
|||
| msg157195 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年03月31日 15:01 | |
See issue #3035 for details. |
|||
| msg157203 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年03月31日 16:39 | |
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 |
|||
| msg162108 - (view) | Author: Michael Driscoll (michael.driscoll) * | Date: 2012年06月01日 21:14 | |
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. |
|||
| msg162109 - (view) | Author: Michael Driscoll (michael.driscoll) * | Date: 2012年06月01日 21:18 | |
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? |
|||
| msg162112 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年06月02日 00:03 | |
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 drift before 3.4 and the patch need to be regenerated. |
|||
| msg162141 - (view) | Author: Michael Driscoll (michael.driscoll) * | Date: 2012年06月02日 15:21 | |
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. |
|||
| msg162637 - (view) | Author: Michael Driscoll (michael.driscoll) * | Date: 2012年06月11日 19:36 | |
Do I need to do anything else to those patches I submitted? |
|||
| msg162647 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年06月11日 22:10 | |
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. |
|||
| msg171987 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年10月04日 19:10 | |
New changeset 83da5729e362 by Andrew Svetlov in branch 'default': Issue #14446: Remove deprecated tkinter functions http://hg.python.org/cpython/rev/83da5729e362 |
|||
| msg171988 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年10月04日 19:13 | |
Thanks to Michael Driscoll. BTW you have forgotten to remove C functions from module definition in your patch. |
|||
| msg172040 - (view) | Author: Jesús Cea Avión (jcea) * (Python committer) | Date: 2012年10月05日 01:55 | |
I am getting a warning about a statically defined function not being used: <http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/4680/steps/compile/logs/warnings%20%283%29> Static functions not called inside the module can be safely deleted. In this case, "Merge". |
|||
| msg172041 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年10月05日 01:58 | |
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 |
|||
| msg172042 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年10月05日 02:03 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:28 | admin | set | github: 58651 |
| 2012年10月05日 02:03:14 | python-dev | set | messages: + msg172042 |
| 2012年10月05日 01:58:09 | python-dev | set | messages: + msg172041 |
| 2012年10月05日 01:55:50 | jcea | set | nosy:
+ jcea messages: + msg172040 |
| 2012年10月04日 19:13:28 | asvetlov | set | status: open -> closed resolution: fixed messages: + msg171988 stage: resolved |
| 2012年10月04日 19:10:19 | python-dev | set | nosy:
+ python-dev messages: + msg171987 |
| 2012年06月24日 20:10:19 | pitrou | set | priority: release blocker -> deferred blocker |
| 2012年06月11日 22:10:41 | asvetlov | set | messages: + msg162647 |
| 2012年06月11日 19:37:00 | michael.driscoll | set | messages: + msg162637 |
| 2012年06月02日 15:21:25 | michael.driscoll | set | files:
+ tkinter_doc.patch messages: + msg162141 |
| 2012年06月02日 00:03:08 | r.david.murray | set | messages: + msg162112 |
| 2012年06月01日 21:18:46 | michael.driscoll | set | messages: + msg162109 |
| 2012年06月01日 21:14:29 | michael.driscoll | set | files:
+ tkinter.patch nosy: + michael.driscoll messages: + msg162108 keywords: + patch |
| 2012年03月31日 16:39:11 | asvetlov | set | messages: + msg157203 |
| 2012年03月31日 15:01:43 | asvetlov | set | messages: + msg157195 |
| 2012年03月30日 21:20:26 | r.david.murray | set | type: enhancement |
| 2012年03月29日 19:57:49 | asvetlov | create | |