summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLahfa Samy <lahfa121999@gmail.com>2020-03-26 14:54:04 (GMT)
committerGitHub <noreply@github.com>2020-03-26 14:54:04 (GMT)
commit59c644eaa72b0cc48302f59d66852c4ea8332eba (patch)
tree21928eb789f8ab9fb77d4ee805144b81e6beae9b /Misc
parent1b6b0e78fef2549cc9b447cbededb638f7388e02 (diff)
downloadcpython-59c644eaa72b0cc48302f59d66852c4ea8332eba.zip
cpython-59c644eaa72b0cc48302f59d66852c4ea8332eba.tar.gz
cpython-59c644eaa72b0cc48302f59d66852c4ea8332eba.tar.bz2
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Co-authored-by: furkanonder <furkantahaonder@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-03-16-18-12-02.bpo-39879.CnQ7Cv.rst2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index a4db5a5..4e4d090 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -39,6 +39,7 @@ Ray Allen
Billy G. Allie
Jamiel Almeida
Kevin Altis
+Samy Lahfa
Skyler Leigh Amador
Joe Amenta
Rose Ames
diff --git a/Misc/NEWS.d/next/Documentation/2020-03-16-18-12-02.bpo-39879.CnQ7Cv.rst b/Misc/NEWS.d/next/Documentation/2020-03-16-18-12-02.bpo-39879.CnQ7Cv.rst
new file mode 100644
index 0000000..6698ed6
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-03-16-18-12-02.bpo-39879.CnQ7Cv.rst
@@ -0,0 +1,2 @@
+Updated :ref:`datamodel` docs to include :func:`dict` insertion order preservation.
+Patch by Furkan Onder and Samy Lahfa.