Issue 1013760: Error in Chapter 4 of Tutorial (original) (raw)

Issue1013760

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:06 admin set github: 40800
2004-08-22 11:46:30 frodnix create