classification
Title: Removing apparently unwanted functions from Tkinter
Type: behavior Stage: patch review
Components: Tkinter Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: brian.curtin, gpolo
Priority: low Keywords: needs review, patch

Created on 2008-06-03 18:32 by gpolo, last changed 2010-01-14 02:56 by brian.curtin.

Files
File name Uploaded Description Edit
removed_index_funcs.diff gpolo, 2008-06-03 18:32 review
Messages (2)
msg67669 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-06-03 18:32
Patch for removing some unwanted, and probably not used, functions at
tkinter/__init__.
msg97750 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-01-14 02:56
If this stuff needs to be removed it should probably go through the deprecation process.
History
Date User Action Args
2010-01-14 02:56:45brian.curtinset
nosy: + brian.curtin
versions: + Python 3.2, - Python 3.0
messages: + msg97750
priority: low
keywords: + needs review
type: behavior
stage: patch review
2008-06-03 18:32:48gpolocreate