Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

Thank you for taking the time to report what you thought was a bug, but your 
example is way too complicated for a bug report. We shouldn't have to study 
your entire program to understand what the problem is.

I can see at least one bug in your code:

    tbles = tables2.copy

sets the variable "tbles" as an alias to the "tables2.copy" method, and of 
course methods don't have an insert method themselves. So I'm closing this as 
"Not a bug". If you disagree, feel free to re-open the ticket with more 
information.

In future, please always report the SIMPLEST example of the bug that you can 
write. Tell us what you expected to happen, and COPY AND PASTE (no screenshots) 
the error message that you get, or other unexpected result.

You might also find it useful to read this page:

http://sscce.org/

It is written in terms of Java, but the principles apply equally to every 
programming language.

Thank you.

----------
nosy: +steven.daprano
resolution:  -> not a bug

_______________________________________
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