mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
Mention how requiring ordered dicts breaks backwards-compatibility.
This commit is contained in:
parent
feea6e7bcf
commit
6760c69022
1 changed files with 3 additions and 1 deletions
|
@ -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
|
to have this new dict implementation in the language for a few
|
||||||
releases before changing the language spec to mandate
|
releases before changing the language spec to mandate
|
||||||
order-preserving semantics for all current and future Python
|
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
|
(Contributed by INADA Naoki in :issue:`27350`. Idea
|
||||||
`originally suggested by Raymond Hettinger
|
`originally suggested by Raymond Hettinger
|
||||||
<https://mail.python.org/pipermail/python-dev/2012-December/123028.html>`_.)
|
<https://mail.python.org/pipermail/python-dev/2012-December/123028.html>`_.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue