Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
23d11d31
Commit
23d11d31
authored
Sep 21, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle documentation for turtle rename.
parent
33d1ae85
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/library/tk.rst
Doc/library/tk.rst
+1
-1
Doc/library/tkinter.rst
Doc/library/tkinter.rst
+1
-1
Doc/library/turtle.rst
Doc/library/turtle.rst
+2
-2
No files found.
Doc/library/tk.rst
View file @
23d11d31
...
...
@@ -35,7 +35,7 @@ alternatives, see the :ref:`other-gui-packages` section.
tkinter.rst
tkinter.tix.rst
tkinter.scrolledtext.rst
t
kinter.t
urtle.rst
turtle.rst
idle.rst
othergui.rst
...
...
Doc/library/tkinter.rst
View file @
23d11d31
...
...
@@ -99,7 +99,7 @@ Other modules that provide Tk support include:
Drag
-
and
-
drop
support
for
:
mod
:`
tkinter
`.
This
is
experimental
and
should
become
deprecated
when
it
is
replaced
with
the
Tk
DND
.
:
mod
:`
t
kinter
.
t
urtle
`
:
mod
:`
turtle
`
Turtle
graphics
in
a
Tk
window
.
...
...
Doc/library/t
kinter.t
urtle.rst
→
Doc/library/turtle.rst
View file @
23d11d31
...
...
@@ -2,7 +2,7 @@
:mod:`turtle` --- Turtle graphics for Tk
========================================
.. module:: t
kinter.t
urtle
.. module:: turtle
:synopsis: Turtle graphics for Tk
.. sectionauthor:: Gregor Lingl <gregor.lingl@aon.at>
...
...
@@ -1887,5 +1887,5 @@ Changes since Python 2.6
- A method :meth:`Turtle.filling` has been added. It returns a boolean
value: ``True`` if a filling process is under way, ``False`` otherwise.
This behaviour corresponds to a ``fill()`` call without arguments in
Python 2.6
Python 2.6
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment