Re: Persist objects in a LIST

2015-11-14 Thread Vincent Vande Vyvre
Le 14/11/2015 16:39, Dennis Lee Bieber a écrit : On Sat, 14 Nov 2015 07:02:41 -0800 (PST), John Zhao declaimed the following: I found a solution. replace bDict.clear() with bDict = {} Which is creating a second, empty, dictionary and binding the name "bDict" to that new one.

Re: Persist objects in a LIST

2015-11-14 Thread John Zhao
I found a solution. replace bDict.clear() with bDict = {} thanks, John -- https://mail.python.org/mailman/listinfo/python-list