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

georg.brandl python-checkins at python.org
Sat May 17 21:19:11 CEST 2008


Author: georg.brandl
Date: Sat May 17 21:19:10 2008
New Revision: 63424

Log:
Tkinter is done.

Credits go to Guilherme Polo, who did all the work in #2839.
I just applied and committed the patches.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sat May 17 21:19:10 2008
@@ -810,9 +810,8 @@
        safely as they have no naming conflicts.
 
 
-tkinter package [done in 2.6]
-///////////////
-TODO: merge to 3.0
+tkinter package [done in 2.6, 3.0]
+//////////////////////////////////
 
 ==================  ===============================
 Current Name        Replacement Name


More information about the Python-checkins mailing list