diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-05 15:37:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-05 15:37:25 (GMT) |
commit | d5d77aac60453694445d1509b51d7514871dbff8 (patch) | |
tree | b0b3e94cffe817baff1e775e9a4ce7ef653fb571 /Misc | |
parent | 1554b17856148596bbec6a22de910cdf6e20a22f (diff) | |
download | cpython-d5d77aac60453694445d1509b51d7514871dbff8.zip cpython-d5d77aac60453694445d1509b51d7514871dbff8.tar.gz cpython-d5d77aac60453694445d1509b51d7514871dbff8.tar.bz2 |
set items in dict displays from left to right (closes #24569)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.5.0 beta 4? Core and Builtins ----------------- +- Issue #24569: Make PEP 448 dictionary evaluation more consistent. + Library ------- |