[blog] 01/01: 72: note about dicts being ordered in python 3.6

Mattia Rizzolo mattia at debian.org
Sat Sep 10 14:00:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository blog.

commit 69e868da135839335d46fe6965b530b5f49a7d61
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Sep 10 14:00:12 2016 +0000

    72: note about dicts being ordered in python 3.6
---
 drafts/72.mdwn | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drafts/72.mdwn b/drafts/72.mdwn
index acf3cc8..bf961a3 100644
--- a/drafts/72.mdwn
+++ b/drafts/72.mdwn
@@ -3,3 +3,7 @@ coreboot:
 
 	util/release: make release archives reproducible tar doesn't sort by default and take the order of the OS which is in most cases the order of creation. Sort by name and set influencing environment TZ and language to be reproducible.
 
+toolchain fixes:
+    https://mail.python.org/pipermail/python-dev/2016-September/146327.html
+    Python 3.6's dicts now keeps the order if elements insertions
+        - thanks to themill for the report

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list