Add an Open Issue about possibly removing Tkinter.

This commit is contained in:
Brett Cannon 2008-02-24 06:14:09 +00:00
parent b6c60930d0
commit 21e72b2818
1 changed files with 10 additions and 0 deletions

View File

@ -628,6 +628,16 @@ made for the maintainer to change the name so that it matches PEP 8
and hides the C implementation.
Removal of Tkinter
------------------
With so many other GUI options out there that are considered better
than Tkinter, it might be best to remove Tkinter from the stdlib and
make it an externally maintained package. That would also allow for
Tkinter to more closely follow Tcl/Tk's release schedule instead of
Python's.
Rejected Ideas
==============