[Python-checkins] cpython (2.7): #11392: you can trust the computer, but you have to know what it does. (original) (raw)

georg.brandl python-checkins at python.org
Sun Mar 6 11:17:48 CET 2011


http://hg.python.org/cpython/rev/46cf2a6fe3cc changeset: 68295:46cf2a6fe3cc branch: 2.7 user: Georg Brandl <georg at python.org> date: Sun Mar 06 10:53:55 2011 +0100 summary: #11392: you can trust the computer, but you have to know what it does.

files: Doc/library/turtle.rst

diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -2169,9 +2169,11 @@ | bytedesign | complex classical | :func:tracer, delay,| | | turtlegraphics pattern | :func:update | +----------------+------------------------------+-----------------------+ -| chaos | graphs verhust dynamics, | world coordinates | -| | proves that you must not | | -| | trust computers' computations| | +| chaos | graphs Verhulst dynamics, | world coordinates | +| | shows that computer's | | +| | computations can generate | | +| | results sometimes against the| | +| | common sense expectations | | +----------------+------------------------------+-----------------------+ | clock | analog clock showing time | turtles as clock's | | | of your computer | hands, ontimer |

-- Repository URL: http://hg.python.org/cpython



More information about the Python-checkins mailing list