Joe Jevnik added the comment:

Assuming all dicts are ordered, there will be no need for this (as long as the 
parser preserves order) so I am okay with dropping this.

One of the main use cases I have for wanting nice literals is when I am working 
on tests. I find it very nice to be able to write out the expected results in a 
clear way. While the app code might not be using the literals, it improves the 
readability of the tests, which make it easier to see that the test is correct.

----------
resolution: later -> 
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27359>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to