Сергій Загорія <[email protected]> added the comment: So the workaround is
for i in range(len(list_generated)): list_generated[i]=list(tuple(list_generated[i])) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12597> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
