summaryrefslogtreecommitdiffstats
path: root/Doc/faq/gui.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-12-19 17:59:59 (GMT)
committerGeorg Brandl <georg@python.org>2009-12-19 17:59:59 (GMT)
commit62423cba9594d4c40c5432333ec42dc56829a025 (patch)
treea21f94824cca3d3fa0ceb6ff7f8fa02dccbf37d2 /Doc/faq/gui.rst
parent9e4ff75325cb5c4df61dad3bb64e5b5551bf7d3d (diff)
downloadcpython-62423cba9594d4c40c5432333ec42dc56829a025.zip
cpython-62423cba9594d4c40c5432333ec42dc56829a025.tar.gz
cpython-62423cba9594d4c40c5432333ec42dc56829a025.tar.bz2
#7500: add "Python 3 review needed" comments and fix a few obvious errors.
Diffstat (limited to 'Doc/faq/gui.rst')
-rw-r--r--Doc/faq/gui.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst
index 1f2ae09..e218896 100644
--- a/Doc/faq/gui.rst
+++ b/Doc/faq/gui.rst
@@ -6,6 +6,9 @@ Graphic User Interface FAQ
.. contents::
+.. XXX need review for Python 3.
+
+
General GUI Questions
=====================
@@ -159,6 +162,3 @@ The most common cause is that the widget to which the binding applies doesn't
have "keyboard focus". Check out the Tk documentation for the focus command.
Usually a widget is given the keyboard focus by clicking in it (but not for
labels; see the takefocus option).
-
-
-