I think that it would be beneficial for PEP 8 conformance, in the case of large
nested dicts, if one were able to separate dict indices by a newline. What I
mean is shown below:
foo["bar"]
["baz"]
["eggs"]
["spam"] = 1
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/TKY4F4SRJEE257AXIJGSZCP3GAGU7YHA/
Code of Conduct: http://python.org/psf/codeofconduct/