Super Tuples
Paul Prescod
paul at prescod.net
Wed Dec 29 11:49:32 EST 1999
More information about the Python-list mailing list
Wed Dec 29 11:49:32 EST 1999
- Previous message (by thread): Super Tuples
- Next message (by thread): Super Tuples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Colin J. Williams" wrote: > > > This seems to be the PL1/Pascal record idea. I like it. I think you're the first one. :) > Could one use this in a multi-level manner? > > eg. > >>> transaction= (addressee= 'bloggs at dot.com', contentType= 'HTML', > ... dispatchedAt= time) # time as > defined above > > >>> print transaction.dispatchedAt.hour > > 24 Sure. There is no reason to disallow this. Pau Prescod
- Previous message (by thread): Super Tuples
- Next message (by thread): Super Tuples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list