List Problem
jimbo1qaz
jimmyli1528 at gmail.com
Sun Sep 23 18:44:06 EDT 2012
More information about the Python-list mailing list
Sun Sep 23 18:44:06 EDT 2012
- Previous message (by thread): List Problem
- Next message (by thread): Invalid identifier claimed to be valid by docs (methinks)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sunday, September 23, 2012 2:31:48 PM UTC-7, jimbo1qaz wrote: > I have a nested list. Whenever I make a copy of the list, changes in one affect the other, even when I use list(orig) or even copy the sublists one by one. I have to manually copy each cell over for it to work. > > Link to broken code: http://jimbopy.pastebay.net/1090401 OK, deepcopy fixed it! And I fixed the catch indexerror thing too.
- Previous message (by thread): List Problem
- Next message (by thread): Invalid identifier claimed to be valid by docs (methinks)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list