[issue12597] List created by multiplication behaves different

Сергій Загорія report at bugs.python.org
Wed Jul 20 19:50:58 CEST 2011


Сергій Загорія <xintx.ua at gmail.com> added the comment:

So the workaround is

for i in range(len(list_generated)):
  list_generated[i]=list(tuple(list_generated[i]))

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12597>
_______________________________________


More information about the Python-bugs-list mailing list