The Canvas module has been dealt with.

This commit is contained in:
Brett Cannon 2008-05-10 03:20:19 +00:00
parent c689a1f831
commit 36fa74088c
1 changed files with 2 additions and 2 deletions

View File

@ -530,11 +530,11 @@ for what the module is meant for.
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