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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/TKY4F4SRJEE257AXIJGSZCP3GAGU7YHA/ Code of Conduct: http://python.org/psf/codeofconduct/