Graham Dumpleton
grahamd at dscpl.com.au
Fri Oct 27 02:57:11 EDT 2006
Graham Dumpleton wrote .. > > We might solve all the "dictionary" questions if we provide a > > "getdict()" method (which would return a copy of list.table()). > > I am wary about making access to the dictionary part of any public API > as then we end up in the same sort of situation we have with list where > people modify it directly and then perhaps wander why there changes > are being reflected in the list. Better to hide the dictionary and mediate Whoops, 'why their changes AREN'T being reflected in the list'. > all access for a public API we define in FieldStorage. Graham
|