Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98809
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-11-14 07:02 -0800 |
| References | <0cb1bcda-54d5-4cc7-bd23-f86f7f10ee28@googlegroups.com> |
| Message-ID | <15f9fdeb-f4b4-4404-bccb-2e67a26035ed@googlegroups.com> (permalink) |
| Subject | Re: Persist objects in a LIST |
| From | John Zhao <johnzzhao@gmail.com> |
I found a solution. replace bDict.clear() with bDict = {}
thanks,
John
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Persist objects in a LIST John Zhao <johnzzhao@gmail.com> - 2015-11-14 06:26 -0800
Re: Persist objects in a LIST John Zhao <johnzzhao@gmail.com> - 2015-11-14 07:02 -0800
Re: Persist objects in a LIST Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-11-14 10:39 -0500
Re: Persist objects in a LIST Vincent Vande Vyvre <vincent.vande.vyvre@telenet.be> - 2015-11-14 17:33 +0100
csiph-web