[issue38475] Break Statement

2019-10-14 Thread DEVOR BLAKE DANIELS
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

[issue38458] lists

2019-10-12 Thread DEVOR BLAKE DANIELS
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