merge with 3.2

This commit is contained in:
Sandro Tosi 2011-10-31 10:13:30 +01:00
commit 8f7bded7e0
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,7 @@ Using screen events
| :func:`onkeypress`
| :func:`onclick` | :func:`onscreenclick`
| :func:`ontimer`
| :func:`mainloop`
| :func:`mainloop` | :func:`done`
Settings and special methods
| :func:`mode`
@ -1773,6 +1773,7 @@ Using screen events
.. function:: mainloop()
done()
Starts event loop - calling Tkinter's mainloop function.
Must be the last statement in a turtle graphics program.