Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks for the patch! Committed in r65545.
For the fibonacci example, I just left out the final print(). For
simplicity's case, it's fine for the example to have the minor flaw of
not printing a final newline -- it is there to show the end keyw
New submission from Jim Sizelove <[EMAIL PROTECTED]>:
I decided to learn more about the coming changes in Python 3.0 by
installing the beta and working through the tutorial. I found some
discrepancies between the code examples and the output I got. The
attached patch shows several places where