This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients docs@python, pablogsal, serhiy.storchaka
Date 2020-03-09.22:46:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583793996.73.0.30188675951.issue39199@roundup.psfhosted.org>
In-reply-to
Content
The first one looks on first inspection "cleaner" but then I tried to look at a random closed bracket/parenthesis like the ones in

                                    
    value=Constant(value=Ellipsis))])])],


and trying to guess where that closes and is confusing to say the least so I think I would prefer the second one as is less "dense".

Additionally, I was curious and I have asked several people with different examples and almost everyone prefers the second one, being
the only reason someone preferred the first the fact that "fits vertically in the screen and you need less scrolling to read it all".
History
Date User Action Args
2020-03-09 22:46:36pablogsalsetrecipients: + pablogsal, docs@python, serhiy.storchaka
2020-03-09 22:46:36pablogsalsetmessageid: <1583793996.73.0.30188675951.issue39199@roundup.psfhosted.org>
2020-03-09 22:46:36pablogsallinkissue39199 messages
2020-03-09 22:46:36pablogsalcreate