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

brett.cannon python-checkins at python.org
Sat May 10 05:20:19 CEST 2008


Author: brett.cannon
Date: Sat May 10 05:20:19 2008
New Revision: 62989

Log:
The Canvas module has been dealt with.


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 10 05:20:19 2008
@@ -530,11 +530,11 @@
     directly in new code".
   + Available externally from PyPI_.
 
-* Canvas
+* Canvas [done: 2.6, 3.0]
 
   + Marked as obsolete in a comment by Guido since 2000
     (see http://bugs.python.org/issue210677).
-  + Better to use ``Tkinter.Canvas``.
+  + Better to use the ``Tkinter.Canvas`` class.
 
 * commands
 


More information about the Python-checkins mailing list