Re: Implementing Tuples with Named Items

2006-01-10 Thread Peter Otten
Bryan wrote: > in the python cookbook 2nd edition, section 6.7 (page 250-251), there a > problem > for implementing tuples with named items. i'm having trouble > understanding how one of commands work and hope someone here can explain > what exactly is going on. > witho

Re: Implementing Tuples with Named Items

2006-01-09 Thread Fredrik Lundh
Bryan wrote: > in the python cookbook 2nd edition, section 6.7 (page 250-251), there a > problem > for implementing tuples with named items. i'm having trouble understanding > how > one of commands work and hope someone here can explain what exactly is going > on. >

Implementing Tuples with Named Items

2006-01-09 Thread Bryan
in the python cookbook 2nd edition, section 6.7 (page 250-251), there a problem for implementing tuples with named items. i'm having trouble understanding how one of commands work and hope someone here can explain what exactly is going on. without copying all the code here, here is the