[issue14719] Lists: [[0]*N]*N != [[0 for _ in range(N)] for __ in range(N)]

Ezio Melotti report at bugs.python.org
Fri May 4 08:45:01 CEST 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

http://docs.python.org/faq/programming.html#how-do-i-create-a-multidimensional-list
http://python.net/crew/mwh/hacks/objectthink.html

----------
nosy: +ezio.melotti
stage:  -> committed/rejected

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


More information about the Python-bugs-list mailing list