From: Guido van Rossum Date: Wed, 20 Nov 1996 22:20:21 +0000 (+0000) Subject: Added ALL='all'. X-Git-Tag: v1.5a1~915 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40a172c779aeed6489aef326cf29a74ea734c35e;p=python Added ALL='all'. --- diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py index dd4fb0ef32..3e2ff8a61e 100644 --- a/Lib/lib-tk/Tkconstants.py +++ b/Lib/lib-tk/Tkconstants.py @@ -56,6 +56,7 @@ END='end' INSERT='insert' CURRENT='current' ANCHOR='anchor' +ALL='all' # e.g. Canvas.delete(ALL) # Text widget and button states NORMAL='normal' diff --git a/Lib/tkinter/Tkconstants.py b/Lib/tkinter/Tkconstants.py index dd4fb0ef32..3e2ff8a61e 100755 --- a/Lib/tkinter/Tkconstants.py +++ b/Lib/tkinter/Tkconstants.py @@ -56,6 +56,7 @@ END='end' INSERT='insert' CURRENT='current' ANCHOR='anchor' +ALL='all' # e.g. Canvas.delete(ALL) # Text widget and button states NORMAL='normal'