merge with 3.2

This commit is contained in:
Georg Brandl 2012-04-04 20:17:27 +02:00
commit d4dc6dc9e7

View file

@ -1253,7 +1253,7 @@ def detach(self, *items):
def exists(self, item):
"""Returns True if the specified item is present in the three,
"""Returns True if the specified item is present in the tree,
False otherwise."""
return bool(self.tk.call(self._w, "exists", item))