Issue 31367: [[]]*int gives x of the same list that cannot be appended to or popped from individually (original) (raw)

Issue31367

Created on 2017-09-06 18:31 by mandrew, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg301496 - (view) Author: Andrew Matte (mandrew) Date: 2017-09-06 18:31
not a big deal but still
msg301498 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-09-06 18:39
https://docs.python.org/3/faq/programming.html#how-do-i-create-a-multidimensional-list
History
Date User Action Args
2022-04-11 14:58:52 admin set github: 75548
2017-09-06 18:39:41 zach.ware set status: open -> closednosy: + zach.waremessages: + resolution: not a bugstage: resolved
2017-09-06 18:31:00 mandrew create