New submission from Michael Selik <michael.se...@gmail.com>:

What behavior did you expect from your code?
What behavior did you get instead?

It looks like you're not calling the list copy method correctly. Try writing 
"tables2.copy()" instead of "tables2.copy". It also looks like you have other 
bugs in your code.

This forum is for reporting bugs in the Python language. If you'd like help 
with bugs in your own code, try asking on StackOverflow 
(https://stackoverflow.com/) or on the Python Help mailing list 
(https://mail.python.org/mailman/listinfo/python-help).

----------
nosy: +Michael Selik

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to