Looking at the arguments regarding rendering existing code non-PEP-8-compliant,
I think if we were to make this change it should be made in Python 4.0, or
whatever the next backwards-incompatible version will be.
However, personally I disagree with the fundamental assertion that ALL_CAPS is
alw
Hello all,
I was developing a script using an asyncio-based API, when I came across the
need to define an asynchronous lambda. I found this syntax does not currently
exist. Obviously I could have (and did) just write a regular coroutine, but for
simple one-line functions and such, I think an asy