This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl, jsizelove
Date 2008-08-05.09:05:18
SpamBayes Score 0.023523651
Marked as misclassified No
Message-id <1217927120.9.0.193100200318.issue3503@psf.upfronthosting.co.za>
In-reply-to
Content
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 keyword,
after all.
History
Date User Action Args
2008-08-05 09:05:21georg.brandlsetrecipients: + georg.brandl, jsizelove
2008-08-05 09:05:20georg.brandlsetmessageid: <1217927120.9.0.193100200318.issue3503@psf.upfronthosting.co.za>
2008-08-05 09:05:20georg.brandllinkissue3503 messages
2008-08-05 09:05:19georg.brandlcreate