[Python-Dev] PEP 572: Write vs Read, Understand and Control Flow
Mike Miller
python-dev at mgmiller.net
Wed Apr 25 01:48:42 EDT 2018
On 2018-04-24 21:05, Nathaniel Smith wrote:
> On Tue, Apr 24, 2018 at 8:56 PM, Tim Peters <tim.peters at gmail.com> wrote:
>> It would actually be quite convenient, and far less error-prone, to
>> add a binding construct inside a complicated expression for purposes
>> of running under a debugger. The alternative is typing the
A bit like breaking complicated expressions into several lines, with or without
assignments for readability. ;-)
> I thought this was what q was for :-)
>
> https://pypi.org/project/q/
Where have you been all my life, q?
-Mike
More information about the Python-Dev
mailing list