summaryrefslogtreecommitdiff
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-01 13:51:09 +0000
committerGeorg Brandl <georg@python.org>2007-09-01 13:51:09 +0000
commit55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch)
treea0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/tkinter.rst
parent1617457cff847fed9fadb01f1acf6ba8bb621726 (diff)
downloadcpython-git-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index fe014902f5..c4df617564 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -61,9 +61,6 @@ Or, more often::
.. % FIXME: The following keyword arguments are currently recognized:
- .. versionchanged:: 2.4
- The *useTk* parameter was added.
-
.. function:: Tcl(screenName=None, baseName=None, className='Tk', useTk=0)
@@ -75,7 +72,6 @@ Or, more often::
created by the :func:`Tcl` object can have a Toplevel window created (and the Tk
subsystem initialized) by calling its :meth:`loadtk` method.
- .. versionadded:: 2.4
Other modules that provide Tk support include: