?Combination of a Dictionary and a List?
Norman Shelley
Norman_Shelley-RRDN60 at email.sps.mot.com
Fri Jun 30 19:57:34 EDT 2000
More information about the Python-list mailing list
Fri Jun 30 19:57:34 EDT 2000
- Previous message (by thread): ?Combination of a Dictionary and a List?
- Next message (by thread): how to make popen secure?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sometime in the past I wrote a simple combination of a dictionary and a list, where __getitem__() would first look in a hidden dictionary and then if not found it would try looking in a hidden list. I've seen this type of code out there somewhere also but I can not find my code or anyone elses. I guess I haven't figure our the "right" search criteria on www.python.org. Any pointers?
- Previous message (by thread): ?Combination of a Dictionary and a List?
- Next message (by thread): how to make popen secure?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list