[DB-SIG] Dictionaries Pass By Reference?

Tom Rabaut TRabaut@providentfunding.com
Thu, 31 Oct 2002 15:28:39 -0800


I'm under the understanding that dictionaries are pass by reference in =
python, but it doesn't seem to be working for me. I'm declaring the =
dictionary in main then passing it to a function member of a module =
where it is populated, but when I attempted to use it, it is still empty =
in the main program.