]> granicus.if.org Git - python/commitdiff
Mention how requiring ordered dicts breaks backwards-compatibility.
authorBrett Cannon <brett@python.org>
Fri, 9 Sep 2016 18:18:21 +0000 (11:18 -0700)
committerBrett Cannon <brett@python.org>
Fri, 9 Sep 2016 18:18:21 +0000 (11:18 -0700)
Doc/whatsnew/3.6.rst

index a150d9d1f7f3b3e4e92e992efacf9baae2d5ead3..e14125afb4084e345fb05cb54b35816429af2bb8 100644 (file)
@@ -422,7 +422,9 @@ Some smaller changes made to the core Python language are:
   to have this new dict implementation in the language for a few
   releases before changing the language spec to mandate
   order-preserving semantics for all current and future Python
-  implementations).
+  implementations; this also helps preserve backwards-compatibility
+  with older versions of the language where random iteration order is
+  still in effect, e.g. Python 3.5).
   (Contributed by INADA Naoki in :issue:`27350`. Idea
   `originally suggested by Raymond Hettinger
   <https://mail.python.org/pipermail/python-dev/2012-December/123028.html>`_.)