[issue44952] list need to filter again because the continue empty str value?

2021-08-18 Thread py_ok
New submission from py_ok <1979239...@qq.com>: I`m poor in english.please run my code,Thanks. def rv(list): for i in list: #print(type(i)) #print(i.__len__()) if (i.isspace() or i=='' or len(i)==0): list.remove(i) retu

[issue44952] list need to filter again because the continue empty str value?

2021-08-18 Thread py_ok
py_ok <1979239...@qq.com> added the comment: Thanks,Very timely resolve my problem -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue44952] list need to filter again because the continue empty str value?

2021-08-18 Thread py_ok
py_ok <1979239...@qq.com> added the comment: Yes,I remember that my error in Java,like you say it`s skiped -- 原始邮件 -- 发件人: "Python tracker"https://bugs.pytho