List Problem
Oscar Benjamin
oscar.j.benjamin at gmail.com
Sun Sep 23 17:50:05 EDT 2012
More information about the Python-list mailing list
Sun Sep 23 17:50:05 EDT 2012
- Previous message (by thread): List Problem
- Next message (by thread): List Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 23 September 2012 22:31, jimbo1qaz <jimmyli1528 at gmail.com> 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 There are many things wrong with that code but I can't tell what you're referring to. Can you paste the code into your post (rather than just a link to it)? Can you also explain what you want it to do and at what point it does the wrong thing? Oscar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20120923/3238a0c0/attachment.html>
- Previous message (by thread): List Problem
- Next message (by thread): List Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list