This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [[]]*int gives x of the same list that cannot be appended to or popped from individually
Type: Stage: resolved
Components: Interpreter Core Versions: Python 3.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: mandrew, zach.ware
Priority: normal Keywords:

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:52adminsetgithub: 75548
2017-09-06 18:39:41zach.waresetstatus: open -> closed

nosy: + zach.ware
messages: + msg301498

resolution: not a bug
stage: resolved
2017-09-06 18:31:00mandrewcreate