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 dmazz, georg.brandl, loewis
Date 2007-10-30.17:58:14
SpamBayes Score 0.12246523
Marked as misclassified No
Message-id <1193767094.75.0.7238229974.issue1362@psf.upfronthosting.co.za>
In-reply-to
Content
No, the text is correct, but the example is misleading -- I now changed
it to

>>> fib(0)
>>> print fib(0)
None

which should make the difference between using and not using print clearer.
History
Date User Action Args
2007-10-30 17:58:15georg.brandlsetspambayes_score: 0.122465 -> 0.12246523
recipients: + georg.brandl, loewis, dmazz
2007-10-30 17:58:14georg.brandlsetspambayes_score: 0.122465 -> 0.122465
messageid: <1193767094.75.0.7238229974.issue1362@psf.upfronthosting.co.za>
2007-10-30 17:58:14georg.brandllinkissue1362 messages
2007-10-30 17:58:14georg.brandlcreate