[pypy-commit] pypy default: Mention ordered dict

arigo pypy.commits at gmail.com
Fri Mar 15 04:54:24 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r96320:4a9d9c5402d3
Date: 2019-03-15 09:54 +0100
http://bitbucket.org/pypy/pypy/changeset/4a9d9c5402d3/

Log:	Mention ordered dict

diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/pypy/doc/cpython_differences.rst
@@ -482,6 +482,9 @@
 * SyntaxError_ s try harder to give details about the cause of the failure, so
   the error messages are not the same as in CPython
 
+* Dictionaries and sets are ordered on PyPy.  On CPython < 3.6 they are not;
+  on CPython >= 3.6 dictionaries (but not sets) are ordered.
+
 
 .. _extension-modules:
 


More information about the pypy-commit mailing list