[issue38458] lists
New submission from DEVOR BLAKE DANIELS : l=[2,3,4] p=l p[0]=5 when I change p[0] to 5,l[0] is also changed to 5. I use slicing to get around this ,but when dealing with lists like s[][],slicing does not work -- files: three.py messages: 354558 nosy: dev40573 priority: normal severity: normal status: open title: lists type: behavior Added file: https://bugs.python.org/file48657/three.py ___ Python tracker <https://bugs.python.org/issue38458> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue38475] Break Statement
New submission from DEVOR BLAKE DANIELS : The break statement in my AiO() function seems to cause my Uinput() function to malfunction. -- components: Windows files: three.py messages: 354645 nosy: dev40573, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Break Statement versions: Python 3.8 Added file: https://bugs.python.org/file48659/three.py ___ Python tracker <https://bugs.python.org/issue38475> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com