[Python-checkins] cpython (3.2): document turtle done() function; thanks to Csaba Szepesvari from docs@
sandro.tosi
python-checkins at python.org
Mon Oct 31 10:16:51 CET 2011
http://hg.python.org/cpython/rev/e23baae539f7
changeset: 73240:e23baae539f7
branch: 3.2
parent: 73233:9fbf79d6be56
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Mon Oct 31 10:12:43 2011 +0100
summary:
document turtle done() function; thanks to Csaba Szepesvari from docs@
files:
Doc/library/turtle.rst | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -204,7 +204,7 @@
| :func:`onkeypress`
| :func:`onclick` | :func:`onscreenclick`
| :func:`ontimer`
- | :func:`mainloop`
+ | :func:`mainloop` | :func:`done`
Settings and special methods
| :func:`mode`
@@ -1773,6 +1773,7 @@
.. function:: mainloop()
+ done()
Starts event loop - calling Tkinter's mainloop function.
Must be the last statement in a turtle graphics program.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list