[Python-checkins] r61045 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Sun Feb 24 07:14:09 CET 2008


Author: brett.cannon
Date: Sun Feb 24 07:14:09 2008
New Revision: 61045

Modified:
   peps/trunk/pep-3108.txt
Log:
Add an Open Issue about possibly removing Tkinter.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun Feb 24 07:14:09 2008
@@ -628,6 +628,16 @@
 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
 ==============
 


More information about the Python-checkins mailing list