On Fri, 27 Jan 2023 at 06:42, Thomas Ratzke wrote:
>
> Hi all,
>
> i would like to suggest the following Python feature. It naturally
> happens that one want's to repeat the current iteration of a for loop
> for example after an error happened. For this purpose, I usually set a
> flag and put a wh
I don't think this will fly - if not for any other reason, it is a very
rare pattern
to take place alongside such important flow-control statements as
continue and break
But for your convenience, here is a small wrapper that, along with the
walrus operator, could be used when you need that functio
Hi all,
i would like to suggest the following Python feature. It naturally
happens that one want's to repeat the current iteration of a for loop
for example after an error happened. For this purpose, I usually set a
flag and put a while loop inside my for loop. A simple "repeat"
statement jus
> This does not solve the problem of engaging actively in a discussion, of
course
I just submitted a proposal to create a Discourse plugin to improve the
accuracy of their inbound email parsing, which is something that several
people have complained about in this thread. This would enable two thin