Chris Angelico <ros...@gmail.com>: > On Fri, May 11, 2018 at 7:10 PM, Gregory Ewing > <greg.ew...@canterbury.ac.nz> wrote: >> I suggest adding a new builtin constant: >> >> YouFeelLikeIt = True >> >> Then all pseudo-infinite loops can be written >> >> while YouFeelLikeIt: >> ... >> > > Personally, I prefer to use string literals. > > while "you feel like it": > ...
I still think my use of the Ellipsis speaks more to the maintainer of the code: while ...: pass Marko -- https://mail.python.org/mailman/listinfo/python-list