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.

classification
Title: Error in Chapter 4 of Tutorial
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: frodnix, rhettinger
Priority: normal Keywords:

Created on 2004-08-22 11:46 by frodnix, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg22166 - (view) Author: Alexey Peshehonov (frodnix) Date: 2004-08-22 11:46
Your sample is

>>> fib
<function object at 10042ed0>

while in reality it prints

>>> fib
<function fib at 10042ed0>
msg22167 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-08-22 15:28
Logged In: YES 
user_id=80475

Fixed.

Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40800
2004-08-22 11:46:30frodnixcreate