Re: [Tutor] Problem with Learning Python example

2005-08-11 Thread Bob Gailer
At 02:10 PM 8/11/2005, ->Terry<- wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > > >Hello, > >I'm working my way through Learning Python 2nd Ed. and >I've ran across something I don't understand in Chapter >27, page 482, in Timing section. I checked the errata on >O'Reilly's web-site and i

Re: [Tutor] Problem with Learning Python example

2005-08-11 Thread Danny Yoo
Hi Terry, Ok, let's take a look at the problem. First, let's look at the error message again: > Traceback (most recent call last): >File "timings.py", line 16, in ? > do_timing(100, (makezeros.lots_of_appends, makezeros.one_multiply)) >File "timings.py", line 9, in do_timing >

[Tutor] Problem with Learning Python example

2005-08-11 Thread ->Terry<-
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm working my way through Learning Python 2nd Ed. and I've ran across something I don't understand in Chapter 27, page 482, in Timing section. I checked the errata on O'Reilly's web-site and it only mentions a missing comma in the print state